장비목록 테이블 정리 및 버젼 정보 기록

This commit is contained in:
chi
2021-08-10 14:54:02 +09:00
parent 41f6fa6e6d
commit 6eeb1da673
12 changed files with 538 additions and 20754 deletions

View File

@@ -66,21 +66,21 @@ namespace FEQ0000
// dvc_param.Visible = false;
//}
//else
if (dataType == eTabletype.ALL)
{
//if (dataType == eTabletype.ALL)
//{
tableName = "EETGW_Equipment";
this.dsEQ.EETGW_EquipmentOther.TableNewRow += Equipment_TableNewRow;
//this.dsEQ.EETGW_EquipmentOther.TableNewRow += Equipment_TableNewRow;
dvc_param.Visible = false;
panel1.Visible = true; //필터창보이게
}
else
{
//}
//else
//{
tableName = "EquipmentB";
this.dsEQ.EquipmentB.TableNewRow += Equipment_TableNewRow;
dvc_param.Visible = true;
}
// tableName = "EquipmentB";
// //this.dsEQ.EquipmentB.TableNewRow += Equipment_TableNewRow;
// dvc_param.Visible = true;
//}
this.FormClosed += fEquipment_FormClosed;
}
@@ -97,8 +97,8 @@ namespace FEQ0000
var taDateList = new dsEQTableAdapters.EqDateListTableAdapter();
DataTable dtList = null;
if (dataType == eTabletype.ALL) dtList = taDateList.GetDateListAll();
else dtList = taDateList.GetDateListME();
if (dataType == eTabletype.ALL) dtList = taDateList.GetData();
else dtList = taDateList.GetData();
this.cmbDate.Items.Clear();
if (dtList != null)
@@ -160,11 +160,7 @@ namespace FEQ0000
private void equipmentBindingNavigatorSaveItem_Click(object sender, EventArgs e)
{
this.Validate();
this.bsB.EndEdit();
this.bsF.EndEdit();
this.bsME.EndEdit();
this.bsIng.EndEdit();
this.bsOther.EndEdit();
this.bsAll.EndEdit();
try
{