- init/data.yaml → init/data.json(修复格式错误,补全字典 balance_side/subjecttype/currency_status) - 从 tokentest 抽取账务配置:subject(8)/account_config(8)/accounting_config(8)/currency(4)/exchange_rate(3) - currency_list/exchange_rate_list 去 alias(单表单逻辑) - 删失效软链 wwwroot/index.ui
29 lines
656 B
JSON
29 lines
656 B
JSON
{
|
|
"tblname": "currency",
|
|
"title": "币种管理",
|
|
"params": {
|
|
"browserfields": {
|
|
"fields": [
|
|
"id",
|
|
"name",
|
|
"symbol",
|
|
"decimal_places",
|
|
"is_base",
|
|
"status"
|
|
],
|
|
"alters": {
|
|
"status": {
|
|
"uitype": "select",
|
|
"optiontable": "appcodes_kv",
|
|
"cond": "parentid='currency_status'"
|
|
}
|
|
}
|
|
},
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/currency_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/currency_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/currency_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|