bugfix
This commit is contained in:
parent
df72c129bf
commit
f75400c4f0
@ -3,20 +3,34 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "Form",
|
"widgettype": "Form",
|
||||||
"options": {
|
"options": {
|
||||||
"description": "添加平台供应商",
|
"description": "添加平台供应商",
|
||||||
"submit_url": "{{entire_url('add_provider.dspy')}}",
|
"submit_url": "{{entire_url('add_provider.dspy')}}",
|
||||||
"fields":[
|
"fields":[
|
||||||
{
|
{
|
||||||
"name": "orgname",
|
"name": "orgname",
|
||||||
"label": "供应商名",
|
"label": "供应商名",
|
||||||
"uitype": "str",
|
"uitype": "str",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"binds":[
|
||||||
|
{
|
||||||
|
"wid": "self",
|
||||||
|
"event": "submit",
|
||||||
|
"actiontype": "urlwidget",
|
||||||
|
"target": "self",
|
||||||
|
"options":{
|
||||||
|
"method": "POST",
|
||||||
|
"params":{},
|
||||||
|
"url": "{{entire_url('add_provider.dspy')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
{% else %}
|
{% else %}
|
||||||
{
|
{
|
||||||
“widgettype": "PopupWindow"
|
"widgettype": "PopupWindow",
|
||||||
"options": {
|
"options": {
|
||||||
"content":{
|
"content":{
|
||||||
"widgettype": "Text",
|
"widgettype": "Text",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user