protected override void InitData()
        {
            ActionTable = UserStatics.GetUserActions(ModuleId);
            string s = "Select * from v_EquipmentDee_Test_Daily where 日期 between '" + ctBegin.Value.ToString() + "' and '" + ctEnd.Value.ToString() + "' order by 日期 desc";

            TableForLoad = DbEntry.Context.ExecuteDataset(s).Tables[0];
        }
Esempio n. 2
0
 protected override void InitData()
 {
     lbFind.Text = "可以按机台号和工装编号模糊查找";
     ActionTable = UserStatics.GetUserActions(ModuleId);
     if (UserStatics.OptrType == "Test")
     {
         TableForLoad = BllTechnologicalEquipment.GetTableTestSharpening();
     }
 }
Esempio n. 3
0
 protected override void InitData()
 {
     lbFind.Text = "输入机台号任意尾数筛选";
     ActionTable = UserStatics.GetUserActions(ModuleId);
     if (IsSelect == true)
     {
         TableForLoad = BllEquipmentInformation.GetPartTable(UserStatics.OptrType);
     }
     else
     {
         TableForLoad = BllEquipmentInformation.GetTable(UserStatics.OptrType);
     }
 }
Esempio n. 4
0
 protected override void InitData()
 {
     ActionTable = UserStatics.GetUserActions(ModuleId);
     //BaseInfoCard bic = BaseInfoCard.New;
     //bic.JoinedDate = Convert.ToDateTime("2014-5-1 00:00:00");
     //bic.CardNumber = "111";
     //bic.ChildName = "test";
     //bic.CardType = BaseInfoCardType.十次卡.ToString();
     //bic.CountLeft = 0;
     //bic.ExpirationDate = Convert.ToDateTime("2015-5-1 00:00:00");
     //bic.CardStatus = (int)BaseInfoCardStatus.使用;
     //bic.OptrType = UserStatics.OptrType;
     //bic.Save();
     //if (IsSelect == true)
     //    TableForLoad = BllBaseInfoCard.GetPartTable(UserStatics.OptrType);
     //else
     TableForLoad = BllBaseInfoCard.GetTable(UserStatics.OptrType);
 }
Esempio n. 5
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllBaseInfoMember.GetTable(UserStatics.OptrType);
 }
Esempio n. 6
0
 protected override void InitData()
 {
     lbFind.Text  = "可以按姓名和卡号模糊查找";
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllHrPersonnelFile.GetTable(UserStatics.OptrType);
 }
 protected override void InitData()
 {
     ActionTable = UserStatics.GetUserActions(ModuleId);
 }
Esempio n. 8
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllMainDictType.GetTable(UserStatics.OptrType);
 }
Esempio n. 9
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllACLOptr.GetMainOptrDataTable(UserStatics.OptrType);
 }
Esempio n. 10
0
 protected override void InitData()
 {
     ActionTable   = UserStatics.GetUserActions(ModuleId);
     TableForLoad  = BllTechnologicalEquipment.GetTableTestOverrunAll();
     ctChange.Text = "在用";
 }
Esempio n. 11
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllMainDict.GetTable(UserStatics.OptrName, UserStatics.OptrType, cbDictType.SelectedText);
 }
Esempio n. 12
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentDee.GetOneWeek(UserStatics.OptrType);
 }
Esempio n. 13
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllACLAction.GetTable();
 }
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = DbEntry.Context.ExecuteDataset("Select * from v_EquipmentDee_Test_SingleMonth").Tables[0];
 }
Esempio n. 15
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentAllQuery.GetTableByTimeSpan(ctBegin.Value.ToShortDateString(), ctEnd.Value.AddDays(1).ToShortDateString(), UserStatics.OptrType);
 }
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentVariationAccept.GetTable(UserStatics.OptrType);
 }
Esempio n. 17
0
 protected override void InitData()
 {
     IsTree       = true;
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllACLModule.GetTable();
 }
Esempio n. 18
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentOffline.GetAllTable(UserStatics.OptrType);
 }
Esempio n. 19
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentRemainingProblem.GetTable(UserStatics.OptrType);
 }
Esempio n. 20
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentProductHandle.GetTable(UserStatics.OptrType);
 }
Esempio n. 21
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllAttendanceRate.GetOneWeek(UserStatics.OptrType);
 }