2022年5月12日

c# linq基本用法

摘要: using System; using System.Collections.Generic; using System.Linq; namespace linq2 { class Employee { public long Id { get; set; } public string Name 阅读全文

posted @ 2022-05-12 16:49 金焱_Huang 阅读(87) 评论(0) 推荐(0)

2020年6月3日

NC65单据模板公式的设置getcolvalue

摘要: NC65每张后台表结构默认自定义字段20个,这个20个字段可以根据我们公司的需求随意制定属性,随着业务需求越来越多的情况,会导致系统自定义字段不够用的情况,在这样的情况下,可使用getcolvalue公式配合单据模板去实现需求。 例子:如仓库的开单员想要知道自己做的出库单打印过多少次?,在出库单表头 阅读全文

posted @ 2020-06-03 13:27 金焱_Huang 阅读(6283) 评论(0) 推荐(0)

导航