36 lines
662 B
JSON
36 lines
662 B
JSON
{
|
|
"tblname":"agreeproduct",
|
|
"params":{
|
|
"logined_userorgid":"orgid",
|
|
"toolbar":{
|
|
"tools":[
|
|
{
|
|
"name":"prodauth",
|
|
"label":"授权"
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid":"self",
|
|
"event":"prodauth",
|
|
"actiontype":"urlwidget",
|
|
"target":"PopupWindow",
|
|
"options":{
|
|
"url":"{{entire_url('platformbiz/agreeproduct_auth.dspy')}}",
|
|
"params":{
|
|
"agreedetailid":"{{params_kw.agreedetailid}}"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"browserfields": {
|
|
"exclouded": ["id", "agreedetailid"],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id", "agreedetailid", "resellerpid"
|
|
]
|
|
}
|
|
}
|