void _tableview_DetailsRowEnvent(string id)
        {
            string dept_id;

            DataRow[] rows = currenttable.Select("PART_NAME = '" + id + "'");
            dept_id = rows[0]["PART_ID"].ToString();


            if (user_flag_tier == "2")
            {
                UcYearReportDetails daydetails = new UcYearReportDetails(dbOperation, Kssj, Jssj, dept_id, ItemId, ResultId, ObjectId);
                daydetails.SetValue(Grid.RowProperty, 0);
                daydetails.SetValue(Grid.RowSpanProperty, 2);

                grid_info.Children.Add(daydetails);
            }
            else
            {
                UcYearReportDept daydetails = new UcYearReportDept(dbOperation, Kssj, Jssj, dept_id, ItemId, ResultId, ObjectId);
                daydetails.SetValue(Grid.RowProperty, 0);
                daydetails.SetValue(Grid.RowSpanProperty, 2);

                grid_info.Children.Add(daydetails);
            }
        }
        void _tableview_DetailsRowEnvent(string id)
        {
            string dept_id;

            DataRow[] rows = currenttable.Select("PART_NAME = '" + id + "'");
            dept_id = rows[0]["PART_ID"].ToString();


            if (user_flag_tier == "2")
            {
                UcYearReportDetails daydetails = new UcYearReportDetails(dbOperation, Kssj, Jssj, dept_id, ItemId, ResultId,ObjectId);
                daydetails.SetValue(Grid.RowProperty, 0);
                daydetails.SetValue(Grid.RowSpanProperty, 2);

                grid_info.Children.Add(daydetails);
            }
            else
            {
                UcYearReportDept daydetails = new UcYearReportDept(dbOperation, Kssj, Jssj, dept_id, ItemId, ResultId, ObjectId);
                daydetails.SetValue(Grid.RowProperty, 0);
                daydetails.SetValue(Grid.RowSpanProperty, 2);

                grid_info.Children.Add(daydetails);
            } 

        }