100 lines
2.1 KiB
JSON
100 lines
2.1 KiB
JSON
{
|
|
"tblname": "pricing_program_timing",
|
|
"title": "定价项目时序",
|
|
"params": {
|
|
"logined_userorgid": "ownerid",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ownerid", "ppid" ],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id", "ownerid", "ppid", "name"
|
|
],
|
|
"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')}}"
|
|
}, {
|
|
"name": "download_pricing_data",
|
|
"label": "下载定价数据",
|
|
"icon": "{{entire_url('/bricks/imgs/download.svg')}}"
|
|
}, {
|
|
"name": "test",
|
|
"label": "验证定价",
|
|
"icon": "{{entire_url('/bricks/imgs/test.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('../load_pricing_data.ui')}}"
|
|
}
|
|
},
|
|
{
|
|
"wid": "self",
|
|
"event": "download_pricing_data",
|
|
"actiontype": "urlwidget",
|
|
"target": "PopupWindow",
|
|
"popup_options":{
|
|
},
|
|
"options": {
|
|
"params": {
|
|
"pptid": "{{params_kw.id}}"
|
|
},
|
|
"url": "{{entire_url('../download_pricing_data.dspy')}}"
|
|
}
|
|
},
|
|
{
|
|
"wid": "self",
|
|
"event": "test",
|
|
"actiontype": "urlwidget",
|
|
"target": "PopupWindow",
|
|
"popup_options": {
|
|
},
|
|
"options":{
|
|
"params": {
|
|
"ppid": "{{params_kw.ppid}}"
|
|
},
|
|
"url": "{{entire_url('../pricing_test.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|