ftree

金蝶K3 WISE BOM多级展开_BOM成本表

微笑、不失礼 提交于 2020-12-26 03:44:39
/* ***** Object: StoredProcedure [dbo].[pro_bobang_BOMCost] Script Date: 07/29/2015 16:09:11 ***** */ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON drop proc pro_bobang_BOMCost GO create PROC [ dbo ] . [ pro_bobang_BOMCost ] @FBomNumber1 varchar ( 50 ), -- bom单号 @FBomNumber2 varchar ( 50 ) -- bom单号 as begin SET ANSI_WARNINGS OFF set nocount on -- 1.--业务员查找某个BOM单,包含所有BOM(已使用,未使用,已审核,未审核) with cte as ( select convert ( varchar ( 100 ), '' ) as cen,Finterid,FBOMNumber as fppbomnumber, convert ( varchar ( 50 ), '' ) as fpbomnumber,Fbomnumber AS FCbomnumber,fitemid,fitemid as fpitemid, 0 as

金蝶K3 WISE BOM多级展开_物料齐套表

一世执手 提交于 2020-12-26 02:01:35
/* ***** Object: StoredProcedure [dbo].[pro_bobang_ICItemQiTao] Script Date: 07/29/2015 16:12:10 ***** */ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO alter PROC [ dbo ] . [ pro_bobang_ICItemQiTao ] @FBomNumber1 varchar ( 50 ), -- bom单号 @FBomNumber2 varchar ( 50 ) -- bom单号 as begin set nocount on -- 1.--业务员查找某个BOM单,包含所有BOM(已使用,未使用,已审核,未审核) with cte as ( select convert ( varchar ( 100 ), '' ) as cen,Finterid, convert ( varchar ( 50 ), '' ) as fpbomnumber,Fbomnumber AS FCbomnumber,fitemid,fitemid as fpitemid, 0 as fpinterid, convert ( decimal ( 18 , 4 ), 1 ) as FBomQty, convert ( varchar (

Codeforces Round #505 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Final)

筅森魡賤 提交于 2020-05-09 12:23:04
A : A. Doggo Recoloring time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Panic is rising in the committee for doggo standardization — the puppies of the new brood have been born multi-colored! In total there are 26 possible colors of puppies in the nature and they are denoted by letters from ' a' to ' z' inclusive. The committee rules strictly prohibit even the smallest diversity between doggos and hence all the puppies should be of the same color. Thus Slava, the committee employee, has been assigned the task to recolor some puppies