98 lines
2.3 KiB
JSON
98 lines
2.3 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "accounting_config",
|
|
"title": "记账配置表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "action",
|
|
"title": "交易",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "accounting_orgtype",
|
|
"title": "账务机构",
|
|
"type": "str",
|
|
"length": 256
|
|
},
|
|
{
|
|
"name": "accounting_dir",
|
|
"title": "记账方向",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "orgtype",
|
|
"title": "机构类型",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "org1type",
|
|
"title": "从机构类型",
|
|
"type": "str",
|
|
"length": 32,
|
|
"nullable": "yes"
|
|
},
|
|
{
|
|
"name": "subjectid",
|
|
"title": "科目id",
|
|
"type": "str",
|
|
"length": 21
|
|
},
|
|
{
|
|
"name": "amt_pattern",
|
|
"title": "金额模板",
|
|
"type": "str",
|
|
"length": 255
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "accounting_orgtype",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='partytype'"
|
|
},
|
|
{
|
|
"field": "accounting_dir",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='accounting_dir'"
|
|
},
|
|
{
|
|
"field": "orgtype",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='partytype'"
|
|
},
|
|
{
|
|
"field": "org1type",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='partytype'"
|
|
},
|
|
{
|
|
"field": "subjectid",
|
|
"table": "subject",
|
|
"valuefield": "id",
|
|
"textfield": "name"
|
|
}
|
|
]
|
|
} |