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 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 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 new file mode 100644 index 0000000..0ae9039 --- /dev/null +++ b/Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/webserviceModel/mdm/data.json @@ -0,0 +1,49 @@ +{ + "codeSrchCondConfigVOS": [], + "codeShowFieldConfigVOS": [ + { + "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