51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"tblname": "bid_chapters",
|
|
"title": "投标文件章节",
|
|
"params": {
|
|
"sortby": [
|
|
"order_no",
|
|
"chapter_no"
|
|
],
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"content",
|
|
"outline",
|
|
"scoring_item_ids",
|
|
"doc_requirement_ids"
|
|
]
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"created_at",
|
|
"updated_at",
|
|
"task_id",
|
|
"version",
|
|
"word_count"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('add_bid_chapters.dspy')}}",
|
|
"update_data_url": "{{entire_url('update_bid_chapters.dspy')}}",
|
|
"delete_data_url": "{{entire_url('delete_bid_chapters.dspy')}}"
|
|
},
|
|
"data_filter": {
|
|
"AND": [
|
|
{
|
|
"field": "project_id",
|
|
"op": "=",
|
|
"var": "project_id"
|
|
},
|
|
{
|
|
"field": "status",
|
|
"op": "=",
|
|
"var": "status_input"
|
|
},
|
|
{
|
|
"field": "title",
|
|
"op": "LIKE",
|
|
"var": "title_input"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |