From 9b4433fddf5b401edb0aace8a404ac733b122702 Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 03 四月 2025 14:35:02 +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