pricing/wwwroot/test_pricing_program.ui
2026-06-18 16:18:28 +08:00

53 lines
782 B
XML

{
"widgettype": "VScrollPanel",
"options": {
"width": "100%",
"height": "100%"
},
"subwidgets":[
{
"widgettype": "Form",
"id": "input_form",
"options": {
"fields": [
{
"name": "ppid",
"uitype": "hide",
"value": "{{params_kw.id}}"
},
{
"name": "data",
"label": "计费数据(json)",
"uitype": "text",
"rows": 6,
"cols": 60,
"required": true
}
],
"width": "100%",
"height": "50%"
}
},
{
"widgettype": "VScrollPanel",
"id": "result",
"options": {
"height": "50%",
"width": "100%"
}
}
],
"binds": [
{
"wid": "input_form",
"event": "submit",
"actiontype": "urlwidget",
"target": "result",
"options": {
"url": "{{entire_url('./test_pricing_program.dspy')}}",
"params":{}
}
}
]
}