示例#1
0
        public DataTable GetDestroyMaterialData(string pstrCCNID, string pstrYear, string pstrMonth, string pstrListDepartmentID, string pstrListProductionLineID, string pstrListCategoryID, string pstrListProductID)
        {
            C1PrintPreviewDialogDS dsPrint = new C1PrintPreviewDialogDS();

            return(dsPrint.GetDestroyMaterialData(pstrCCNID, pstrYear, pstrMonth, pstrListDepartmentID, pstrListProductionLineID, pstrListCategoryID, pstrListProductID));
        }