- 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
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"tblname": "exchange_rate",
|
|
"title": "汇率管理",
|
|
"params": {
|
|
"browserfields": {
|
|
"fields": [
|
|
"from_currency",
|
|
"to_currency",
|
|
"buy_rate",
|
|
"sell_rate",
|
|
"mid_rate",
|
|
"effective_date"
|
|
],
|
|
"alters": {
|
|
"from_currency": {
|
|
"uitype": "select",
|
|
"optiontable": "currency"
|
|
},
|
|
"to_currency": {
|
|
"uitype": "select",
|
|
"optiontable": "currency"
|
|
}
|
|
}
|
|
},
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/exchange_rate_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/exchange_rate_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/exchange_rate_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|