| 在该界面栏目设置中,增加栏目,对应字段中的脚本分别是1、工程图号-----(select top 1 cEngineerFigNo from(select cEngineerFigNo,cinvcode from inventory)a where cinvcode=$<存货编码>)---------2、产地厂牌------- (select top 1 cAddress from(select cAddress,cinvcode from inventory)a where cinvcode=$<存货编码>) ----------包含括号-------- |
用友U8采购请购单批量订货界面添加存货档案中字段
最新推荐文章于 2024-12-02 17:02:01 发布
这篇博客探讨了如何在界面栏目设置中增加栏目,并展示了用于获取工程图号和产地厂牌的数据库查询脚本。脚本利用子查询从inventory表中选取特定存货编码对应的值,为界面提供数据。
1656

被折叠的 条评论
为什么被折叠?



