From 2876d18531c7a75d4184285d54740e4b77859c56 Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期三, 08 一月 2025 20:23:47 +0800 Subject: [PATCH] 产品型号集成,类型转换,人员组织加日志,申请接口引用码段值校验 --- Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json | 105 +++++++++++++++++++++++----------------------------- 1 files changed, 46 insertions(+), 59 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json index 6678097..0ae9039 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json @@ -1,62 +1,49 @@ -{ "msg":"瀹℃壒鎷掔粷鏃剁殑璇︽儏淇℃伅", - "distributeToken": "2", - "code":"0", - "systemCode":"ERP", - "mdType":"product_info", - "action":"distribute_subseribe", - "masterData": [ +{ + "codeSrchCondConfigVOS": [], + "codeShowFieldConfigVOS": [ { - "id": "xj000001", - "dr": "0", - "mdm_code": "xj000005", - "industry": "", - "product_family": "", - "product_line": "product_line", - "product_manu_symbol": "product_manu_symbol", - "product_manufacture_code": "manufacture_code", - "product_manufacture_name": "name", - "product_model": "product_model", - "product_model_name": "product_model_name", - "product_model_symbol": "product_model_symbol", - "product_type": "product_type", - "project_code": "project_code", - "project_name": "project_name", - "project_symbol": "project_symbol", - "pk_mdm": "xj0001", - "mdm_version": "V1", - "mdm_duplicate": "0", - "creator": "zhangsan", - "createtime": "2024-10-23", - "modifier": "zhangsan", - "modifytime": "2024-10-23", - "mdm_datastatus": "3", - "mdm_cleanstatus": "TRANSFER" - },{ - "id": "xj000002", - "dr": "0", - "mdm_code": "xj_00006", - "industry": "", - "product_family": "", - "product_line": "product_line", - "product_manu_symbol": "product_manu_symbol1", - "product_manufacture_code": "product_manufacture_code1", - "product_manufacture_name": "product_manufacture_name1", - "product_model": "product_model1", - "product_model_name": "product_model_name1", - "product_model_symbol": "product_model_symbol1", - "product_type": "type", - "project_code": "project_code1", - "project_name": "project_name1", - "project_symbol": "symbol", - "pk_mdm": "xj0002", - "mdm_version": "V1", - "mdm_duplicate": "0", - "creator": "zhangsan", - "createtime": "2024-10-23", - "modifier": "zhangsan", - "modifytime": "2024-10-23", - "mdm_datastatus": "3", - "mdm_cleanstatus": "TRANSFER" + "field": "id", + "title": "缂栧彿", + "fieldType": "text", + "fieldTypeText": "鏂囨湰妗�", + "sort": true, + "attrSortField": "id", + "width": "150", + "isquery": true, + "$cellEdit": false, + "$index": 0, + "$fieldTypeText": "鏂囨湰妗�", + "$fixedPosition": "" + }, + { + "field": "name", + "title": "鍚嶇О", + "fieldType": "text", + "fieldTypeText": "鏂囨湰妗�", + "sort": true, + "attrSortField": "name", + "width": "180", + "isquery": true, + "$cellEdit": false, + "$index": 1, + "$fieldTypeText": "鏂囨湰妗�", + "$fixedPosition": "" } - ] + ], + "referTypeName": "Part", + "referType": "part", + "textField": "id", + "valueField": "id", + "type": "default", + "url": "", + "backPath": "", + "method": "GET", + "height": "", + "useFormKey": "", + "paramForFormKey": "", + "isMuti": false, + "mapFields": "", + "isOpenGlobal": true, + "isPersistence": false, + "limit": "100" } -- Gitblit v1.9.3