fix: Form→InlineForm, type→uitype:date, flex+cheight增大显示
This commit is contained in:
parent
a7d1aa170e
commit
60e9e3c9b3
@ -10,21 +10,20 @@
|
|||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Form",
|
"widgettype": "InlineForm",
|
||||||
"id": "billing_form",
|
"id": "billing_form",
|
||||||
"options": {
|
"options": {
|
||||||
"title": "账单查询",
|
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "start_date",
|
"name": "start_date",
|
||||||
"label": "开始日期",
|
"label": "开始日期",
|
||||||
"type": "date",
|
"uitype": "date",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "end_date",
|
"name": "end_date",
|
||||||
"label": "结束日期",
|
"label": "结束日期",
|
||||||
"type": "date",
|
"uitype": "date",
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -72,11 +71,11 @@
|
|||||||
"id": "billing_tabular",
|
"id": "billing_tabular",
|
||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"flex": "1",
|
||||||
"css": "filler",
|
"cheight": 9,
|
||||||
"data_url": "{{entire_url('/accounting/billing.dspy')}}",
|
"data_url": "{{entire_url('/accounting/billing.dspy')}}",
|
||||||
"editable": false,
|
"editable": false,
|
||||||
"page_rows": 80,
|
"page_rows": 60,
|
||||||
"cache_limit": 3,
|
"cache_limit": 3,
|
||||||
"row_options": {
|
"row_options": {
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user