40f037c517
fix: proxy_recharge.ui Form Cancel button now resets form fields
...
The Form's Cancel button dispatches a 'cancel' event but no handler
existed. Added a bind to call reset_data() when Cancel is clicked,
which clears the form fields (username and amount inputs).
2026-06-29 10:43:31 +08:00
Hermes Agent
511f4b0720
fix: 充值金额用rules校验(min+number)替代无效的min属性 + 后端NaN防护
2026-06-23 15:29:51 +08:00
Hermes Agent
b4ed9e1a8b
fix: proxy_recharge 去掉submit_url,仅保留bind处理,修复双重提交导致充值两次的问题
2026-06-23 15:15:12 +08:00
Hermes Agent
febde765fa
fix: proxy_recharge 充值金额添加min=0.01前端校验,防止负数提交
2026-06-23 15:05:30 +08:00
Hermes Agent
4cf4d0f6b4
fix: proxy_recharge actiontype urldata→urlwidget, 后端返回widget descriptor需用urlwidget模式渲染
2026-06-23 14:39:36 +08:00
Hermes Agent
bc58cbffda
fix: 代客充值结果bind target加app.前缀(兄弟控件)
2026-06-23 14:27:19 +08:00
Hermes Agent
656fe2fc51
feat: 新增代客充值和错帐处理页面
...
- proxy_recharge.ui: Form表单输入客户用户名+充值金额
- proxy_recharge_submit.dspy: 查找用户+创建payment_log+调用recharge_accounting
- error_accounting.ui: 错帐处理管理页面(placeholder,含设计文档)
2026-06-18 13:33:16 +08:00