unipay/json/payment_log.json
2025-12-20 20:47:08 +08:00

47 lines
762 B
JSON

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