上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: /** * @license BSD * @copyright 2014-2023 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ */ ; (function ($w) { 'use strict'; 阅读全文
posted @ 2023-10-08 10:52 用友U8二次开发 阅读(75) 评论(0) 推荐(0)
摘要: Dowload(url, fileName) { let xmlResquest = new XMLHttpRequest(); xmlResquest.open('GET', url, true); xmlResquest.setRequestHeader('Content-type', 'app 阅读全文
posted @ 2023-10-01 16:43 用友U8二次开发 阅读(1296) 评论(0) 推荐(0)
摘要: CREATE OR REPLACE FUNCTION "public"."add_sequence_to_table"("p_table_name" text, "p_column_name" text) RETURNS "pg_catalog"."void" AS $BODY$ DECLARE m 阅读全文
posted @ 2023-09-30 17:07 用友U8二次开发 阅读(554) 评论(0) 推荐(0)
摘要: 插件地址:https://github.com/wmjordan/Codist/releases 阅读全文
posted @ 2023-09-14 15:13 用友U8二次开发 阅读(327) 评论(0) 推荐(1)
摘要: U8按钮加入数据库 --生产订单\物料清单保存事件 DELETE AA_CustomerButton WHERE cCustomerObjectName = 'U8Api.U8ButtonEvent.clsButtonLinkCc' and cButtonKey in ('BtnStudy1','B 阅读全文
posted @ 2022-10-15 20:45 用友U8二次开发 阅读(542) 评论(0) 推荐(0)
摘要: CVoucher 凭证类 VoucherCO_Sa 销售CO类 VoucherCO_PU 采购CO类 USERPCO 库存CO类 UFAPBO 应付CO类 UFAPBO 应付CO类 U8SrvTrans 基础类 查询sql: select ccardname as '单据', BTTblName A 阅读全文
posted @ 2022-10-13 21:59 用友U8二次开发 阅读(433) 评论(0) 推荐(0)
摘要: XSSFSheet 用法 RegionUtil.SetBorderLeft(1, region, sheet, workbook)//左 RegionUtil.SetBorderRight(1, region, sheet, workbook)//右 RegionUtil.SetBorderTop( 阅读全文
posted @ 2022-08-30 13:42 用友U8二次开发 阅读(497) 评论(0) 推荐(0)
摘要: 1、签名工具类 using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System. 阅读全文
posted @ 2022-08-14 20:47 用友U8二次开发 阅读(1456) 评论(0) 推荐(0)
摘要: 1、安装U8软件 2、建立C#项目,用的.net为4.5 3、引用U8相关dll 4.设置为COM互操作注册 5.U8api配置 阅读全文
posted @ 2022-07-27 14:23 用友U8二次开发 阅读(415) 评论(0) 推荐(0)
摘要: <style> [data-type="month"] .mui-picker, [data-type="month"] .mui-dtpicker-title h5 { width: 100%; } [data-id="picker-m"], [data-id="title-m"] { displ 阅读全文
posted @ 2022-02-18 21:28 用友U8二次开发 阅读(431) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页