You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
186 lines
5.3 KiB
186 lines
5.3 KiB
4 days ago
|
{
|
||
|
"bidConsistencyReview": {
|
||
|
"taskType": "bidConsistencyReview",
|
||
|
"name": "投标文件综合分析",
|
||
|
"mode": "tabs",
|
||
|
"tabs": [
|
||
|
{
|
||
|
"key": "文档元数据",
|
||
|
"label": "文档元数据",
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "originalText",
|
||
|
"title": "文档名称",
|
||
|
"dataType": "string",
|
||
|
"displayType": "markdown",
|
||
|
"pdfSource": "bid",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "详细元数据信息",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["review_content", "review_points"],
|
||
|
"separator": ":",
|
||
|
"fieldProcessors": {
|
||
|
"review_points": "arrayJoinNewLine"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"key": "重点关注相似内容",
|
||
|
"label": "重点关注相似内容",
|
||
|
"fields": [
|
||
|
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "各文档具体内容",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["review_points"],
|
||
|
"separator": ":",
|
||
|
"fieldProcessors": {
|
||
|
"review_points": "arrayJoinNewLine"
|
||
|
}
|
||
|
},
|
||
|
"showComparison": true,
|
||
|
"comparisonConfig": {
|
||
|
"comparisonField": "modificationDisplay",
|
||
|
"comparisonTitle": "修改情况展示",
|
||
|
"showButton": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "错别字",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["error_review_points"],
|
||
|
"separator": ":",
|
||
|
"fieldProcessors": {
|
||
|
"error_review_points": "arrayJoinNewLine"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"key": "错别字",
|
||
|
"label": "错别字",
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "originalText",
|
||
|
"title": "文档1原文",
|
||
|
"dataType": "string",
|
||
|
"displayType": "markdown",
|
||
|
"pdfSource": "bid",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"field": "comparedText",
|
||
|
"title": "文档2原文",
|
||
|
"dataType": "string",
|
||
|
"displayType": "markdown",
|
||
|
"pdfSource": "bid",
|
||
|
"required": true
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "错误详情",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["review_content", "review_points"],
|
||
|
"separator": ":",
|
||
|
"fieldProcessors": {
|
||
|
"review_points": "arrayJoin"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"key": "一般相似内容",
|
||
|
"label": "一般相似内容",
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "modificationDisplay",
|
||
|
"title": "涉及文档",
|
||
|
"dataType": "string",
|
||
|
"displayType": "markdown"
|
||
|
},
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "各文档具体内容",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["review_content", "review_points"],
|
||
|
"separator": ":",
|
||
|
"fieldProcessors": {
|
||
|
"review_points": "arrayJoinNewLine"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"tenderComplianceReview": {
|
||
|
"taskType": "tenderComplianceReview",
|
||
|
"name": "招投标合规性审查",
|
||
|
"mode": "single",
|
||
|
"fields": [
|
||
|
{
|
||
|
"field": "originalText",
|
||
|
"title": "原文",
|
||
|
"dataType": "string",
|
||
|
"displayType": "markdown",
|
||
|
"pdfSource": "bid",
|
||
|
"required": true
|
||
|
},
|
||
|
{
|
||
|
"field": "reviewBasis",
|
||
|
"title": "审查意见",
|
||
|
"dataType": "json",
|
||
|
"displayType": "markdown",
|
||
|
"jsonConfig": {
|
||
|
"extractFields": ["review_content"],
|
||
|
"separator": ":"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|