regenerate CRUD with prepend_all for search code fields
This commit is contained in:
parent
a2d0fc9798
commit
3863bdcbcc
@ -15,7 +15,7 @@
|
||||
"submit_css":"primary",
|
||||
"fields":[
|
||||
{"name":"name","uitype":"str","placeholder":"项目名称","cwidth":15},
|
||||
{"name": "providerid", "uitype": "code", "placeholder": "供应商", "cwidth": 15, "valueField": "providerid", "textField": "providerid_text", "params": {"dbname": "{{get_module_dbname('pricing')}}", "table": "organization", "tblvalue": "id", "tbltext": "orgname", "valueField": "providerid", "textField": "providerid_text"}, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}"}
|
||||
{"name": "providerid", "uitype": "code", "placeholder": "供应商", "cwidth": 15, "valueField": "providerid", "textField": "providerid_text", "params": {"dbname": "{{get_module_dbname('pricing')}}", "table": "organization", "tblvalue": "id", "tbltext": "orgname", "valueField": "providerid", "textField": "providerid_text"}, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}?prepend_all=1"}
|
||||
]
|
||||
},
|
||||
"binds":[{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user