- 12张 bid_* 表(models+DDL+CRUD):招标信息/邮箱配置/人员/招标文件/评分项/资质/ 投标文件要求/章节/评审/评分/知识库/标书 - 7个角色能力模块(bid_*_capability):采集摘要/解析/知识库资质/编写/评审/合成/评分 - bid_flow 状态对账器:角色任务唯一创建者+阻塞门禁(源头守门,引擎零特判) - bid_mail:阿里云企业邮 IMAP 采集(凭据存DB AES,客户端专用密码兼容) - 能力包注册(bid_ability)+ 角色工具自注册(role_tool_schemas) - 技能:6 common 状态机/规范 + 9 角色技能(pipelines/bidding_general,随 pipeline-core 部署) - i18n(zh/en)、init/data.json(appcodes+pipelines记录)、build.sh、RBAC load_path
39 lines
831 B
JSON
39 lines
831 B
JSON
{
|
|
"tblname": "bid_qualifications",
|
|
"title": "招标所需资质",
|
|
"params": {
|
|
"sortby": [
|
|
"created_at"
|
|
],
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": []
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"created_at",
|
|
"updated_at",
|
|
"human_task_id"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('add_bid_qualifications.dspy')}}",
|
|
"update_data_url": "{{entire_url('update_bid_qualifications.dspy')}}",
|
|
"delete_data_url": "{{entire_url('delete_bid_qualifications.dspy')}}"
|
|
},
|
|
"data_filter": {
|
|
"AND": [
|
|
{
|
|
"field": "project_id",
|
|
"op": "=",
|
|
"var": "project_id"
|
|
},
|
|
{
|
|
"field": "match_status",
|
|
"op": "=",
|
|
"var": "status_input"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|