{ "description": "当类型为BOM时配置明细栏,属性为bomline属性,必填属性为bl_item_item_id;类型为其他时,必填属性为item_id和item_revision_id", "items": { "headerTemplate": "{{self.type}}配置", "properties": { "mxb": { "options": { "dependencies": { "type": "BOM" } }, "propertyOrder": 3, "title": "明细表表头", "type": "string" }, "props": { "items": { "properties": { "dispName": { "title": "块属性名称", "type": "string" }, "location": { "enum": ["Item", "Revision", "RevisionMaster"], "title": "位置", "type": "string" }, "name": { "title": "TC属性真实名称", "type": "string" }, "type": { "enum": ["CAD", "TC", "BOTH"], "title": "属性类型", "type": "string", "description":"CAD为只从CAD更新到TC,TC为只从TC更新到CAD,BOTH为双向" } }, "headerTemplate": "{{self.dispName}}配置", "required": ["location", "dispName", "name", "type"], "title": "属性", "type": "object" }, "propertyOrder": 4, "title": "属性配置", "type": "array" }, "title": { "propertyOrder": 2, "title": "块名称", "type": "string" }, "type": { "propertyOrder": 1, "title": "类型", "type": "string" } }, "required": ["title", "type", "props"], "title": "配置", "type": "object" }, "title": "CAD集成配置", "type": "array" }