Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于明细表的几条建议 #816

Open
jxcsoft opened this issue Sep 29, 2024 · 2 comments
Open

关于明细表的几条建议 #816

jxcsoft opened this issue Sep 29, 2024 · 2 comments

Comments

@jxcsoft
Copy link

jxcsoft commented Sep 29, 2024

版本 / Version

image

  • 某些行业要求快速录单,每个人每天要录入3位数以上单据量的情况下,通常要系统能提供便捷的录入,以下是针对RB明细表的几点优化建议,还望采纳。

有明细且明细不能为空的情况下,默认给他添加5行明细,保存时检测空行并自动清除空行。

54944e95099fa0da2ba7ee9f6fceb93d

希望能在明细表实现多列实时互算。

  • 例如:在明细表分别增加 数量、单价、金额 这3个字段,给定数量的情况下,用户输入金额则自动计算单价,输入单价则自动计算金额。而不是使用触发器。现在如果用计算同时让 单价=金额/数量,金额=数量*单价 的情况会出现死循环,如下图:

rbd_qpm

我认为可以检测录入行为,让用户正在录入单价的情况下,调用金额=数量*单价,反之当用户正在录入金额的情况下,调用单价=金额/数量。

另外,希望能在系统内同时打开多个功能窗口,打开的窗口可以拖拽/缩放,而不是通过打开多个浏览器标签页。

@getrebuild
Copy link
Owner

感谢反馈,考虑后续优化。

@jxcsoft
Copy link
Author

jxcsoft commented Sep 30, 2024

感谢采纳,录入明细的时候,最好是自动增加行。就是录入到最后一行,就自动增加一行而不是去点击那个添加n行的按钮,然后再保存的时候自动清理空行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants