ICode9

精准搜索请尝试: 精确搜索
  • 将需要定时的任务发布的生成数据包装成一个类2022-05-15 01:34:38

    //定时器代码可以写在另一个表单中调用这个类//只要写成了类就可以在本应用中调用//调用的方法是new这个类对象,然后用对象点出来public class FunctionSupClass {//engine objectid 为参数传入 提交流程将true换成false public void FunctionSupTask(H3.IEngine Engine, stri

  • 点击按钮,目标表单生成数据2022-05-15 01:01:04

    if(actionName == "generateFunctionSupervisionPlanList") { List < Dictionary < string, object >> childBoList = this.Deserialize<List<Dictionary<string, object>>>(this.Request["childBoList&qu

  • 关联表单显示数据、检查报错提示、根据表单数据有无进行更新创建2022-04-24 10:02:24

    关联表单默认显示数据 var currentRowId = this.D150516shoppingList.GetValue()[ 0 ].ObjectId; //第一行子表ID this.D150516shoppingList.UpdateRow( currentRowId, { "D150516shoppingList.categoryName1": "45e6e9f2-809b-4

  • 根据库存数量进行提交检验2022-04-24 10:00:17

    根据库存数量进行判断数量是否有无,无则提示 //p判断现有库存数量大于出库数量 //库存单的构建schema H3.DataModel.BizObjectSchema schema = this.Request.Engine.BizObjectManager.GetPublishedSchema("D150516Schrygddhktx2lwxq4squp2zl2"); string

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有