bugfix
This commit is contained in:
parent
b4783a6be2
commit
18cd13165a
49
wwwroot/test_pricing_program.ui
Normal file
49
wwwroot/test_pricing_program.ui
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"widgettype": "Form",
|
||||||
|
"options": {
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "ppid",
|
||||||
|
"uitype": "hide",
|
||||||
|
"value": "{{params_kw.id}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "data",
|
||||||
|
"label": "计费数据(json)",
|
||||||
|
"uitype": "text",
|
||||||
|
"required": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"width": "100%",
|
||||||
|
"height": "100%"
|
||||||
|
},
|
||||||
|
"binds": [
|
||||||
|
{
|
||||||
|
"wid": "self",
|
||||||
|
"event": "submit",
|
||||||
|
"actiontype": "urldata",
|
||||||
|
"target": "show_result",
|
||||||
|
"options": {
|
||||||
|
"url": "{{entire_url('./test_pricing_program.dspy')}}",
|
||||||
|
"params":{}
|
||||||
|
},
|
||||||
|
"status_of": {
|
||||||
|
"ok": {
|
||||||
|
"widgettype": "Text",
|
||||||
|
"options":{
|
||||||
|
"width": "100%",
|
||||||
|
"text": "${result}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"widgettype": "Text",
|
||||||
|
"options":{
|
||||||
|
"width": "100%",
|
||||||
|
"color": "red",
|
||||||
|
"text": "${message}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user