6 changed files with 275 additions and 199 deletions
@ -1,186 +1,237 @@ |
|||||
{ |
{ |
||||
"bidConsistencyReview": { |
"bidConsistencyReview": { |
||||
"taskType": "bidConsistencyReview", |
"taskType": "bidConsistencyReview", |
||||
"name": "投标文件综合分析", |
"name": "投标文件综合分析", |
||||
"mode": "tabs", |
"mode": "tabs", |
||||
"tabs": [ |
"tabs": [ |
||||
{ |
{ |
||||
"key": "文档元数据", |
"key": "文档元数据", |
||||
"label": "文档元数据", |
"label": "文档元数据", |
||||
"fields": [ |
"fields": [ |
||||
{ |
{ |
||||
"field": "originalText", |
"field": "originalText", |
||||
"title": "文档名称", |
"title": "文档名称", |
||||
"dataType": "string", |
"dataType": "string", |
||||
"displayType": "markdown", |
"displayType": "markdown", |
||||
"pdfSource": "bid", |
"pdfSource": "bid", |
||||
"required": true |
"required": true |
||||
}, |
}, |
||||
{ |
{ |
||||
"field": "reviewBasis", |
"field": "reviewBasis", |
||||
"title": "详细元数据信息", |
"title": "详细元数据信息", |
||||
"dataType": "json", |
"dataType": "json", |
||||
"displayType": "markdown", |
"displayType": "markdown", |
||||
"jsonConfig": { |
"jsonConfig": { |
||||
"extractFields": ["review_content", "review_points"], |
"extractFields": [ |
||||
"separator": ":", |
"review_content", |
||||
"fieldProcessors": { |
"review_points" |
||||
"review_points": "arrayJoinNewLine" |
], |
||||
} |
"separator": ":", |
||||
|
"fieldProcessors": { |
||||
|
"review_points": "arrayJoinNewLine" |
||||
} |
} |
||||
} |
} |
||||
] |
} |
||||
}, |
] |
||||
{ |
}, |
||||
"key": "重点关注相似内容", |
{ |
||||
"label": "重点关注相似内容", |
"key": "公司人员信息", |
||||
"fields": [ |
"label": "公司人员信息", |
||||
|
"fields": [ |
||||
{ |
{ |
||||
"field": "reviewBasis", |
"field": "issueName", |
||||
"title": "各文档具体内容", |
"title": "文档名称", |
||||
"dataType": "json", |
"dataType": "string", |
||||
"displayType": "markdown", |
"displayType": "markdown", |
||||
"jsonConfig": { |
"pdfSource": "bid", |
||||
"extractFields": ["review_points"], |
"required": true |
||||
"separator": ":", |
}, |
||||
"fieldProcessors": { |
{ |
||||
"review_points": "arrayJoinNewLine" |
"field": "reviewBasis", |
||||
} |
"title": "公司人员信息详情", |
||||
}, |
"dataType": "json", |
||||
"showComparison": true, |
"displayType": "markdown", |
||||
"comparisonConfig": { |
"jsonConfig": { |
||||
"comparisonField": "modificationDisplay", |
"extractFields": [ |
||||
"comparisonTitle": "修改情况展示", |
"review_points" |
||||
"showButton": true |
], |
||||
} |
"separator": ":", |
||||
}, |
"fieldProcessors": { |
||||
{ |
"review_points": "arrayJoinNewLine" |
||||
"field": "reviewBasis", |
|
||||
"title": "错别字", |
|
||||
"dataType": "json", |
|
||||
"displayType": "markdown", |
|
||||
"jsonConfig": { |
|
||||
"extractFields": ["error_review_points"], |
|
||||
"separator": ":", |
|
||||
"fieldProcessors": { |
|
||||
"error_review_points": "arrayJoinNewLine" |
|
||||
} |
|
||||
} |
} |
||||
} |
} |
||||
] |
} |
||||
}, |
] |
||||
{ |
}, |
||||
"key": "错别字", |
{ |
||||
"label": "错别字", |
"key": "重点关注相似内容", |
||||
"fields": [ |
"label": "重点关注相似内容", |
||||
{ |
"fields": [ |
||||
"field": "originalText", |
{ |
||||
"title": "文档1原文", |
"field": "reviewBasis", |
||||
"dataType": "string", |
"title": "各文档具体内容", |
||||
"displayType": "markdown", |
"dataType": "json", |
||||
"pdfSource": "bid", |
"displayType": "markdown", |
||||
"required": true |
"jsonConfig": { |
||||
}, |
"extractFields": [ |
||||
{ |
"review_points" |
||||
"field": "comparedText", |
], |
||||
"title": "文档2原文", |
"separator": ":", |
||||
"dataType": "string", |
"fieldProcessors": { |
||||
"displayType": "markdown", |
"review_points": "arrayJoinNewLine" |
||||
"pdfSource": "bid", |
} |
||||
"required": true |
|
||||
}, |
}, |
||||
|
"showComparison": true, |
||||
{ |
"comparisonConfig": { |
||||
"field": "reviewBasis", |
"comparisonField": "modificationDisplay", |
||||
"title": "错误详情", |
"comparisonTitle": "修改情况展示", |
||||
"dataType": "json", |
"showButton": true |
||||
"displayType": "markdown", |
} |
||||
"jsonConfig": { |
}, |
||||
"extractFields": ["review_content", "review_points"], |
{ |
||||
"separator": ":", |
"field": "reviewBasis", |
||||
"fieldProcessors": { |
"title": "错别字", |
||||
"review_points": "arrayJoin" |
"dataType": "json", |
||||
} |
"displayType": "markdown", |
||||
|
"jsonConfig": { |
||||
|
"extractFields": [ |
||||
|
"error_review_points" |
||||
|
], |
||||
|
"separator": ":", |
||||
|
"fieldProcessors": { |
||||
|
"error_review_points": "arrayJoinNewLine" |
||||
} |
} |
||||
} |
} |
||||
] |
} |
||||
}, |
] |
||||
{ |
}, |
||||
"key": "一般相似内容", |
{ |
||||
"label": "一般相似内容", |
"key": "一般相似内容", |
||||
"fields": [ |
"label": "一般相似内容", |
||||
{ |
"fields": [ |
||||
"field": "modificationDisplay", |
{ |
||||
"title": "涉及文档", |
"field": "modificationDisplay", |
||||
"dataType": "string", |
"title": "涉及文档", |
||||
"displayType": "markdown" |
"dataType": "string", |
||||
}, |
"displayType": "markdown" |
||||
{ |
}, |
||||
"field": "reviewBasis", |
{ |
||||
"title": "各文档具体内容", |
"field": "reviewBasis", |
||||
"dataType": "json", |
"title": "各文档具体内容", |
||||
"displayType": "markdown", |
"dataType": "json", |
||||
"jsonConfig": { |
"displayType": "markdown", |
||||
"extractFields": ["review_content", "review_points"], |
"jsonConfig": { |
||||
"separator": ":", |
"extractFields": [ |
||||
"fieldProcessors": { |
"review_content", |
||||
"review_points": "arrayJoinNewLine" |
"review_points" |
||||
} |
], |
||||
|
"separator": ":", |
||||
|
"fieldProcessors": { |
||||
|
"review_points": "arrayJoinNewLine" |
||||
} |
} |
||||
} |
} |
||||
] |
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
"tenderComplianceReview": { |
||||
|
"taskType": "tenderComplianceReview", |
||||
|
"name": "招投标文件合规性审核", |
||||
|
"mode": "single", |
||||
|
"pdfConfig": { |
||||
|
"layout": "single", |
||||
|
"sources": [ |
||||
|
{ |
||||
|
"id": "document", |
||||
|
"title": "投标文件", |
||||
|
"apiField": "id" |
||||
} |
} |
||||
] |
] |
||||
}, |
}, |
||||
"tenderComplianceReview": { |
"fields": [ |
||||
"taskType": "tenderComplianceReview", |
{ |
||||
"name": "招投标合规性审查", |
"field": "issueName", |
||||
"mode": "single", |
"title": "合规性分类-具体问题(示例:资质审查-业绩要求)", |
||||
"fields": [ |
"dataType": "string", |
||||
{ |
"displayType": "markdown", |
||||
"field": "originalText", |
"pdfSource": "document" |
||||
"title": "原文", |
}, |
||||
"dataType": "string", |
{ |
||||
"displayType": "markdown", |
"field": "originalText", |
||||
"pdfSource": "bid", |
"title": "原文", |
||||
"required": true |
"dataType": "string", |
||||
}, |
"displayType": "markdown", |
||||
{ |
"pdfSource": "document" |
||||
"field": "reviewBasis", |
}, |
||||
"title": "审查意见", |
{ |
||||
"dataType": "json", |
"field": "reviewBasis", |
||||
"displayType": "markdown", |
"title": "相关法律法规政策", |
||||
"jsonConfig": { |
"dataType": "json", |
||||
"extractFields": ["review_content"], |
"displayType": "markdown", |
||||
"separator": ":" |
"jsonConfig": { |
||||
|
"extractFields": [ |
||||
|
"review_points" |
||||
|
], |
||||
|
"separator": ":", |
||||
|
"fieldProcessors": { |
||||
|
"review_points": "arrayJoinNewLine" |
||||
} |
} |
||||
}, |
} |
||||
{ |
}, |
||||
"field": "reviewBasis", |
{ |
||||
"title": "审查要点", |
"field": "modifiedContent", |
||||
"dataType": "json", |
"title": "修改建议", |
||||
"displayType": "markdown", |
"dataType": "string", |
||||
"jsonConfig": { |
"displayType": "markdown", |
||||
"extractFields": ["review_points"], |
"pdfSource": "document" |
||||
"separator": ":", |
}, |
||||
"fieldProcessors": { |
{ |
||||
"review_points": "arrayJoinNewLine" |
"field": "reviewBasis", |
||||
} |
"title": "风险等级(红色预警:直接废标项,橙色风险:可能引发投诉项)", |
||||
|
"dataType": "json", |
||||
|
"displayType": "markdown", |
||||
|
"jsonConfig": { |
||||
|
"extractFields": [ |
||||
|
"risk_level" |
||||
|
], |
||||
|
"separator": ":" |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
}, |
||||
|
"bidImageAnalysis": { |
||||
|
"taskType": "bidImageAnalysis", |
||||
|
"name": "招标文件图片相似度分析", |
||||
|
"mode": "single", |
||||
|
"fields": [ |
||||
|
{ |
||||
|
"field": "originalText", |
||||
|
"title": "图片1路径", |
||||
|
"dataType": "string", |
||||
|
"displayType": "markdown" |
||||
|
}, |
||||
|
{ |
||||
|
"field": "comparedText", |
||||
|
"title": "图片2路径", |
||||
|
"dataType": "string", |
||||
|
"displayType": "markdown" |
||||
|
}, |
||||
|
{ |
||||
|
"field": "reviewBasis", |
||||
|
"title": "页码", |
||||
|
"dataType": "json", |
||||
|
"displayType": "markdown", |
||||
|
"jsonConfig": { |
||||
|
"extractFields": [ |
||||
|
"review_points" |
||||
|
], |
||||
|
"separator": ":", |
||||
|
"fieldProcessors": { |
||||
|
"review_points": "arrayJoinNewLine" |
||||
} |
} |
||||
}, |
|
||||
{ |
|
||||
"field": "modifiedContent", |
|
||||
"title": "修改建议", |
|
||||
"dataType": "string", |
|
||||
"displayType": "markdown" |
|
||||
}, |
|
||||
{ |
|
||||
"field": "modificationDisplay", |
|
||||
"title": "修改情况", |
|
||||
"dataType": "string", |
|
||||
"displayType": "markdown" |
|
||||
} |
} |
||||
] |
} |
||||
} |
] |
||||
} |
} |
||||
|
} |
Loading…
Reference in new issue