摘要: 物料清单导入报错 物料(物料编码+结构自由项)不存在 检查缺失表 bas_part INSERT INTO [dbo].[bas_part] ([PartId] ,[InvCode] ,[SafeQty] ,[MulQty] ,[bVirtual] ,[LLC] ,[iSurenessType] , 阅读全文
posted @ 2025-04-17 14:58 不买南孚电池 阅读(106) 评论(0) 推荐(0)
摘要: mom_oder;mom_morder;mom_oderdetail;mom_moallocate; 解决了,未更新"单据编号生成控制表"。 update UFSystem..UA_Identity set ifatherid = ifatherid+1,ichildid = ichildid+1; 阅读全文
posted @ 2025-04-14 14:45 不买南孚电池 阅读(134) 评论(0) 推荐(0)
摘要: tooltip: { // 提示框组件:可以设置在全局(tooltip),可以设置在坐标系中(grid.tooltip、polar.tooltip、single.tooltip),可以设置在系列中(series.tooltip),可以设置在系列的每个数据项中(series.data.tooltip) 阅读全文
posted @ 2025-03-26 09:56 不买南孚电池 阅读(293) 评论(0) 推荐(0)
摘要: select * from DispatchLists where cinvcode='10500490' and cfree2='ZB230912071' and dlid=1000033726 阅读全文
posted @ 2025-02-06 13:14 不买南孚电池 阅读(12) 评论(1) 推荐(0)
摘要: select * from VouchType where cVouchType IN('32','09') --单据类型 select * from InvPosition where cinvcode='10500490' and cFree2='ZB240306071' and AutoID= 阅读全文
posted @ 2025-01-16 15:07 不买南孚电池 阅读(20) 评论(0) 推荐(0)
摘要: 一、基础档案1、存货档案select * from inventoryselect * from inventory_extradefind2、人员档案select * from person3、部门档案select * from department4、供应商档案select * from ven 阅读全文
posted @ 2025-01-16 14:37 不买南孚电池 阅读(96) 评论(0) 推荐(0)
摘要: --查询一个表中的所有字段SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='zsyh_AccInfo'--查询一个库下的所有表select * from sysobjects where xtype='U'--查询一个数据库下的所有 阅读全文
posted @ 2024-10-17 13:20 不买南孚电池 阅读(251) 评论(0) 推荐(0)
摘要: 网络上有几种方法,先总结如下: 调用窗体(父):FormFather,被调用窗体(子):FormSub 方法1: 所有权法 //FormFather: //需要有一个公共的刷新方法 public void Refresh_Method() { //... } //在调用FormSub时,要把Form 阅读全文
posted @ 2024-10-10 16:28 不买南孚电池 阅读(13) 评论(0) 推荐(0)
摘要: 在使用TabControl控件时,需要考虑自动创建的TabPage页实现——关闭功能 思路一:自定义TabControl控件,添加关闭按钮 思路二:TabControl控件TabPage显示ToolTip属性(例如双击关闭) 此处,解释思路二,实现方式 操作步骤: 第一步:TabControl添加多 阅读全文
posted @ 2024-07-29 11:16 不买南孚电池 阅读(489) 评论(0) 推荐(1)
摘要: select * from Warehouse --仓库表select * from Inventory --材料编码表select * from Rd_Style --入出库 select * from CurrentStock 现存量汇总表iSodid (U861) 订单idcWhCode (U 阅读全文
posted @ 2024-07-05 14:25 不买南孚电池 阅读(318) 评论(0) 推荐(0)