修改物料属性时怎么移除生产页签仓库随库存页签变动的逻辑
移除实体服务规则代码注册到表单插件即可
from Kingdee.BOS.Core.DependencyRules import *
def OnInitialize(e):
removeRule = None
if this.View.RuleContainer.Rules is not None:
for rule in this.View.RuleContainer.Rules:
if rule.DependencyFields is not None and len(rule.DependencyFields)==1 and rule.DependencyFields[0].Field.Key=='FStockId' and rule.Seq==0:
removeRule = rule
break;
if removeRule is not None:
this.View.RuleContainer.Rules.Remove(removeRule)
修改物料属性时怎么移除生产页签仓库随库存页签变动的逻辑
移除实体服务规则代码注册到表单插件即可from Kingdee.BOS.Core.DependencyRules import *def OnInitialize(e): removeRule = N...
点击下载文档
本文2024-09-23 03:10:44发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-157213.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷API-T100-3.销售信息API-无效客户数据-t100.oapi.customer.data.unavailable-wssp00143CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-失效发票类型数据-t100.oapi.invoice.type.data.unavailable-wssp00332CN02_s.pdf
- 鼎捷API-T100-4.物流信息API-更新杂发单-t100.oapi.other.out.inventory.data.update-wssp00271CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-失效付款条件数据-t100.oapi.payment.condition.data.unavailable-wssp00339CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-读取机器数据-t100.oapi.machine.details.data.read.get-wssp00043CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-过帐还原出货单数据-t100.oapi.shipping.data.dispost-wssp00152CN02_s.pdf
- 鼎捷API-T100-2.采购信息API-删除采购入库单数据-t100.oapi.purchase.stock.in.data.delete-wssp00106CN02_s.pdf
- 鼎捷API-T100-6.帐款信息API-读取应收帐款数据-t100.oapi.accounts.receivable.details.data.read.get-wssp00292CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-更新税别数据-t100.oapi.tax.type.data.update-wssp00310CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-创建销退单数据-t100.oapi.sales.return.data.create-wssp00162CN02_s.pdf
热门文章