单据新增时,希望取消物料编码列排序功能
问题描述:
用户是快粘贴录入单据数据的,先粘贴了物料编码如果不小心点了排序,后面再粘贴数量就错了,所以希望能够取消物料编码列排序功能
解决方案:
二开插件可设置某一单据体列为简单列,样例如下:
this.View.GetControl<EntryGrid>("FEntity").SetSimplizationColumns(new List<string>() { "Forderno" });//强制多列为简单列,不支持排序,分组,过滤功能。
单据新增时,希望取消物料编码列排序功能
问题描述:用户是快粘贴录入单据数据的,先粘贴了物料编码如果不小心点了排序,后面再粘贴数量就错了,所以希望能够取消物料编码列排序功能...
点击下载文档
本文2024-09-23 03:45:33发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-160922.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷API-T100-6.帐款信息API-撤销审核应收帐款数据-t100.oapi.accounts.receivable.data.disapprove-wssp00296CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-更新工作站工作中心数据-t100.oapi.workstation.data.update-wssp00051CN02_s.pdf
- 鼎捷API-T100-2.采购信息API-读取采购单数据-t100.oapi.purchase.order.details.data.read.get-wssp00156CN02_s.pdf
- 鼎捷API-T100-4.物流信息API-过帐还原杂发单-t100.oapi.other.out.inventory.data.dispost-wssp00278CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-审核订单变更单数据-t100.oapi.sales.order.change.data.approve-wssp00192CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-作废销售订单数据-t100.oapi.sales.order.data.invalid-wssp00187CN02_s.pdf
- 鼎捷API-T100-6.帐款信息API-删除应付帐款数据-t100.oapi.accounts.payable.data.delete-wssp00320CN02_s.pdf
- 鼎捷API-T100-5.生产信息API-更新工单数据-t100.oapi.wo.data.update-wssp00173CN02_s.pdf
- 鼎捷API-T100-4.物流信息API-过帐杂收单-t100.oapi.other.in.inventory.data.post-wssp00232CN02_s.pdf
- 鼎捷API-T100-6.帐款信息API-读取应付帐款数据-t100.oapi.accounts.payable.details.data.read-wssp00318CN02_s.pdf
热门文章