{ "widgettype":"VBox", "options":{"height":"100%","width":"100%"}, "subwidgets":[ { "id":"bid_documents_tbl", "widgettype":"Tabular", "options":{ "width":"100%", "height":"100%", "title":"合成标书", "toolbar":{ "tools": [] }, "css":"card", "editable":{ "new_data_url": "{{entire_url('add_bid_documents.dspy')}}", "delete_data_url": "{{entire_url('delete_bid_documents.dspy')}}", "update_data_url": "{{entire_url('update_bid_documents.dspy')}}" }, "data_url":"{{entire_url('./get_bid_documents.dspy')}}", "data_method":"GET", "data_params":{{json.dumps(params_kw, indent=4, ensure_ascii=False)}}, "row_options":{ "browserfields": { "exclouded": [] }, "editexclouded":[ "id", "created_at", "updated_at", "task_id", "review_id" ], "fields":[ { "name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no", "cwidth": 18, "uitype": "str", "datatype": "str", "label": "主键ID" }, { "name": "project_id", "title": "项目ID", "type": "str", "length": 32, "nullable": "no", "cwidth": 18, "uitype": "str", "datatype": "str", "label": "项目ID" }, { "name": "version", "title": "版本号", "type": "int", "nullable": "no", "default": "1", "length": 0, "uitype": "int", "datatype": "int", "label": "版本号" }, { "name": "doc_name", "title": "标书名称", "type": "str", "length": 255, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "标书名称" }, { "name": "file_path", "title": "文件路径", "type": "str", "length": 500, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "文件路径" }, { "name": "page_count", "title": "页数", "type": "int", "default": "0", "length": 0, "uitype": "int", "datatype": "int", "label": "页数" }, { "name": "chapter_count", "title": "章节数", "type": "int", "default": "0", "length": 0, "uitype": "int", "datatype": "int", "label": "章节数" }, { "name": "total_score", "title": "总得分", "type": "float", "length": 8, "dec": 2, "cwidth": 8, "uitype": "float", "datatype": "float", "label": "总得分" }, { "name": "max_score", "title": "总满分", "type": "float", "length": 8, "dec": 2, "cwidth": 8, "uitype": "float", "datatype": "float", "label": "总满分" }, { "name": "pass_ratio", "title": "通过门限", "type": "float", "length": 5, "dec": 4, "cwidth": 5, "uitype": "float", "datatype": "float", "label": "通过门限" }, { "name": "status", "title": "状态", "type": "str", "length": 16, "nullable": "no", "default": "draft", "label": "状态", "uitype": "code", "valueField": "status", "textField": "status_text", "params": { "dbname": "{{get_module_dbname('pipeline_bidding')}}", "table": "appcodes_kv", "tblvalue": "k", "tbltext": "v", "valueField": "status", "textField": "status_text", "cond": "parentid='bid_doc_status'" }, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}" }, { "name": "review_id", "title": "评审记录ID", "type": "str", "length": 32, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "评审记录ID" }, { "name": "task_id", "title": "关联任务ID", "type": "str", "length": 32, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "关联任务ID" }, { "name": "created_by", "title": "创建人", "type": "str", "length": 32, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "创建人" }, { "name": "created_at", "title": "创建时间", "type": "timestamp", "nullable": "no", "length": 0, "uitype": "str", "datatype": "timestamp", "label": "创建时间" }, { "name": "updated_at", "title": "更新时间", "type": "timestamp", "length": 0, "uitype": "str", "datatype": "timestamp", "label": "更新时间" } ] }, "search_form":{ "css":"card", "padding":"8px", "show_label":false, "submit_label":"搜索", "submit_css":"primary", "fields":[ { "name": "project_id", "uitype": "str", "placeholder": "项目ID", "cwidth": 15 }, { "name": "status_input", "uitype": "code", "placeholder": "状态", "cwidth": 15, "valueField": "status_input", "textField": "status_input_text", "params": { "dbname": "{{get_module_dbname('pipeline_bidding')}}", "table": "appcodes_kv", "tblvalue": "k", "tbltext": "v", "valueField": "status_input", "textField": "status_input_text", "cond": "parentid='bid_doc_status'" }, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}?prepend_all=1" } ] }, "page_rows":160, "cache_limit":5 } ,"binds":[] }] }