{ "tblname": "pricing_program_timing", "title": "定价项目时序", "params": { "logined_userorgid": "ownerid", "browserfields": { "exclouded": ["id", "ownerid", "ppid" ], "alters": {} }, "editexclouded": [ "id", "ownerid", "ppid" ], "subtables":[ { "field": "pptid", "title": "定价细项", "icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}", "subtable": "pricing_item" } ], "toolbar":{ "tools":[ { "name": "download_pattern", "label": "定价模版", "selected_row": true, "icon": "{{entire_url('/bricks/imgs/download.svg')}}" }, { "name": "upload_pricing_data", "label": "上传定价数据", "icon": "{{entire_url('/bricks/imgs/upload.svg')}}" } ] }, "binds": [ { "wid": "self", "event": "download_pattern", "actiontype": "newwindow", "target": "self", "options":{ "params": { "ppid": "{{params_kw.ppid}}" }, "url": "{{entire_url('../download_pricing_pattern.dspy')}}" } }, { "wid": "self", "event": "upload_pricing_data", "actiontype": "urlwidget", "target": "self", "options": { "params": { "ppid": "{{params_kw.ppid}}" }, "url": "{{entire_url('../uplaod_pricing_data.dspy')}}" } } ] } }