68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"tblname": "pricing_program",
|
|
"title": "定价项目",
|
|
"params": {
|
|
"sortby": "name",
|
|
"logined_userorgid": "ownerid",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ownerid", "pricing_spec" ],
|
|
"alters": {
|
|
"discount": {
|
|
"rules": [
|
|
{"type": "required", "message": "折扣不能为空"},
|
|
{"type": "number", "message": "折扣必须是数字"},
|
|
{"type": "min", "value": 0, "message": "折扣不能小于0"},
|
|
{"type": "max", "value": 1, "message": "折扣不能大于1"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"data_filter": {
|
|
"fields": [
|
|
{"field": "name", "title": "项目名称", "uitype": "str"},
|
|
{"field": "providerid", "title": "供应商", "uitype": "code"}
|
|
]
|
|
},
|
|
"editexclouded": [
|
|
"id", "ownerid"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field": "ppid",
|
|
"title": "定价项目时序",
|
|
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
|
|
"subtable": "pricing_program_timing"
|
|
}
|
|
],
|
|
"toolbar":{
|
|
"tools":[
|
|
{
|
|
"name": "test",
|
|
"label": "测试",
|
|
"selected_row": true,
|
|
"icon": "{{entire_url('/bricks/imgs/test.svg')}}"
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid": "self",
|
|
"event": "test",
|
|
"actiontype": "urlwidget",
|
|
"target": "PopupWindow",
|
|
"popup_options": {
|
|
"width": "70%",
|
|
"height": "70%",
|
|
"auto_open": true,
|
|
"archor": "cc",
|
|
"title": "定价测试"
|
|
},
|
|
"options": {
|
|
"url": "{{entire_url('../test_pricing_program.ui')}}",
|
|
"params":{}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|