unipay/json/payment_log.json

44 lines
693 B
JSON

{
"tblname": "payment_log",
"title": "充值记录",
"params": {
"sortby": "init_timestamp desc",
"logined_userorgid": "customerid",
"browserfields": {
"exclouded": ["id"],
"alters": {
}
},
"editexclouded": [
"id"
],
"toolbar":{
"tools":[
{
"name":"refund",
"label":"退费",
"url":"{{entire_url('../refund.ui')}}"
}
]
},
"binds":[
{
"wid":"self",
"event":"refund",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"width": "40%",
"height":"80%",
"archor": "cc"
},
"options":{
"url":"{{entire_url('../refund.ui')}}",
"params": {
}
}
}
]
}
}