bugfix
This commit is contained in:
parent
4667c49372
commit
c8bc20d786
@ -51,6 +51,7 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"ppid": "{{params_kw.ppid}}"
|
"ppid": "{{params_kw.ppid}}"
|
||||||
},
|
},
|
||||||
|
"method": "POST",
|
||||||
"url": "{{entire_url('../download_pricing_pattern.dspy')}}"
|
"url": "{{entire_url('../download_pricing_pattern.dspy')}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -63,20 +64,19 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"ppid": "{{params_kw.ppid}}"
|
"ppid": "{{params_kw.ppid}}"
|
||||||
},
|
},
|
||||||
|
"method": "POST",
|
||||||
"url": "{{entire_url('../load_pricing_data.ui')}}"
|
"url": "{{entire_url('../load_pricing_data.ui')}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "download_pricing_data",
|
"event": "download_pricing_data",
|
||||||
"actiontype": "urlwidget",
|
"actiontype": "newwindow",
|
||||||
"target": "PopupWindow",
|
"target": "self",
|
||||||
"popup_options":{
|
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"params": {
|
"params": {
|
||||||
"pptid": "{{params_kw.id}}"
|
|
||||||
},
|
},
|
||||||
|
"method": "POST",
|
||||||
"url": "{{entire_url('../download_pricing_data.dspy')}}"
|
"url": "{{entire_url('../download_pricing_data.dspy')}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -89,8 +89,8 @@
|
|||||||
},
|
},
|
||||||
"options":{
|
"options":{
|
||||||
"params": {
|
"params": {
|
||||||
"ppid": "{{params_kw.ppid}}"
|
|
||||||
},
|
},
|
||||||
|
"method": "POST",
|
||||||
"url": "{{entire_url('../pricing_test.ui')}}"
|
"url": "{{entire_url('../pricing_test.ui')}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user