Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经完成了库存管理系统,客户要求提供一种功能,当货物进入仓库时,他可以使用无线条形码扫描仪扫描每个集装箱。容器上的条形码将包含该容器内每个产品的信息(例如 100 米卷、颜色:红色等)。
我的问题是,最好的方法是什么?无论哪种方式,为了在交货时更新库存,用户必须插入扫描仪并卸载数据?
有没有人有这方面的经验?
我试图找到最简单的方法来做到这一点。我对 php 应用程序本身有一个好主意,只是想弄清楚这些扫描仪是如何无线工作的。