| | |
| | | public string HProductName; |
| | | public string HProductModel; |
| | | public string RandomSearch; |
| | | public string OtherSearch; |
| | | } |
| | | |
| | | #region 白坯发布汇总报表 |
| | |
| | | "and (产品代码=''" + com.HMaterNumber + "'' or ''" + com.HMaterNumber + "''='''') " + |
| | | "and (单据号=''" + com.HBillNo + "'' or ''"+ com.HBillNo + "''='''') " + |
| | | "and (产品名称=''" + com.HProductName + "'' or ''" + com.HProductName + "''='''') " + |
| | | "and (规格型号=''" + com.HProductModel + "'' or ''" + com.HProductModel + "''='''') " + com.RandomSearch; |
| | | "and (规格型号=''" + com.HProductModel + "'' or ''" + com.HProductModel + "''='''') " + com.RandomSearch + |
| | | " " + com.OtherSearch; |
| | | |
| | | ds = oCN.RunProcReturn($"exec h_p_Kf_MaterOutSumReport_Cloth_New '{sql}'" , "h_p_Kf_MaterOutSumReport_Cloth_New"); |
| | | |