48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"tblname": "subject",
|
|
"title": "科目管理",
|
|
"params": {
|
|
"sortby": [
|
|
"id"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id"
|
|
],
|
|
"alters": {
|
|
"balance_side": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{
|
|
"value": "0",
|
|
"text": "借"
|
|
},
|
|
{
|
|
"value": "1",
|
|
"text": "贷"
|
|
}
|
|
]
|
|
},
|
|
"subjecttype": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('/appbase/get_code.dspy')}}"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"subtables": [
|
|
{
|
|
"field": "subjectid",
|
|
"title": "账户设置",
|
|
"subtable": "account_config"
|
|
}
|
|
],
|
|
"editable": {
|
|
"new_data_url": "default",
|
|
"update_data_url": "default",
|
|
"delete_data_url": "default"
|
|
}
|
|
}
|
|
} |