Beispiel #1
0
        private void ToInspectionNoteSearchNoCallback(string searchNo)
        {
            this.SetTreeViewSelectedNodeByText("送检单管理");
            FormInspectionNote formInspectionNote = (FormInspectionNote)this.formManager.Get("FormInspectionNote");

            this.LoadSubWindow("FormInspectionNote");
            formInspectionNote.SearchByWarehouseEntryNo(searchNo);
        }
Beispiel #2
0
        private void ToInspectionNoteSelectIDsCallback(int[] selectedIDs)
        {
            this.SetTreeViewSelectedNodeByText("送检单管理");
            FormInspectionNote formInspectionNote = (FormInspectionNote)this.formManager.Get("FormInspectionNote");

            this.LoadSubWindow("FormInspectionNote");
            formInspectionNote.SearchAndSelectByIDs(selectedIDs);
        }