代码搜索:物料分拣
找到约 548 项符合「物料分拣」的源代码
代码结果 548
www.eeworm.com/read/456522/7346796
dsr dr_wlrk.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} DR_Wlrk
Bindings = "DR_Wlrk.dsx":0000
Caption = "物料入库信息打印"
ClientHeight = 4575
ClientLeft = 6
www.eeworm.com/read/456522/7346808
dsr dr_wlkc.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} DR_Wlkc
Bindings = "DR_Wlkc.dsx":0000
Caption = "物料库存信息表"
ClientHeight = 8595
ClientLeft = 60
www.eeworm.com/read/456522/7346819
dsr dr_wlxq.dsr
VERSION 5.00
Begin {78E93846-85FD-11D0-8487-00A0C90DC8A9} DR_Wlxq
Bindings = "DR_Wlxq.dsx":0000
Caption = "物料需求计划单"
ClientHeight = 4350
ClientLeft = 60
www.eeworm.com/read/488556/6489504
sql 出库_单据号_proc.sql
IF EXISTS(SELECT NAME FROM SYSOBJECTS WHERE NAME='出库_单据号_PROC' AND TYPE='P')
DROP PROC 出库_单据号_PROC
GO
create procedure 出库_单据号_PROC
@bill_to int,
@bill_fr int
as
CREATE TABLE [#出库]
([物料编码] [
www.eeworm.com/read/231092/14256511
dsr cg_gybj_cxfx.dsr
VERSION 5.00
Begin {82282820-C017-11D0-A87C-00A0C90F29FC} Cg_GYBJ_CxFx
Caption = "物料供应报价统计表"
ClientHeight = 8595
ClientLeft = 60
ClientTop = 345
Cli