摘要:
//主表内附件控件 复制到 主表内附件控件 上 this.Request.Engine.BizObjectManager.CopyFiles("原-主表编码", "", "原-主表内附件控件编码", "原-主表数据ObjectId", "新-主表编码","", "新-主表内附件控件编码", "新-主 阅读全文
摘要:
通过按钮把数据打包转到另一张,本表数据将会被移除 点击数据出现按钮,转移数据 阅读全文
摘要:
//根据登陆用户的工程权限来控制加载列表数据 protected override void OnInit(H3.SmartForm.LoadListViewResponse response) { //Utils来自于基础类 Utils.changeTitle(response, "Name", 阅读全文
摘要:
//和OnLoad平级,为重写方法 protected override void OnWorkflowInstanceStateChanged(H3.Workflow.Instance.WorkflowInstanceState oldState, H3.Workflow.Instance.Wor 阅读全文
摘要:
//p判断现有库存数量大于出库数量 //库存单的构建schema H3.DataModel.BizObjectSchema schema = this.Request.Engine.BizObjectManager.GetPublishedSchema("D150516Schrygddhktx2lw 阅读全文
摘要:
主表单关联目标表单进行赋值操作 //和OnLoad平级,为重写方法 protected override void OnWorkflowInstanceStateChanged(H3.Workflow.Instance.WorkflowInstanceState oldState, H3.Workf 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using H3; public class D150516CGtools : H3.SmartForm.SmartFormController { public D 阅读全文