|
|
@@ -61,6 +61,7 @@ namespace UAS_MES
|
|
|
public DbFind(string field, string tablename, string selectfield, string[] setValueField, string caller, string formname, string condition)
|
|
|
{
|
|
|
InitializeComponent();
|
|
|
+ DoubleBuffered = true;
|
|
|
try
|
|
|
{
|
|
|
StartPosition = FormStartPosition.CenterParent;
|
|
|
@@ -234,7 +235,7 @@ namespace UAS_MES
|
|
|
ct = controls[MainField];
|
|
|
break;
|
|
|
case "OQC_PlanMaintain":
|
|
|
- if (MainField == "ob_aqlcode")
|
|
|
+ if (MainField == "al_code")
|
|
|
{
|
|
|
Control.ControlCollection ctL = controls["panel1"].Controls;
|
|
|
ctL[MainField].Text = DbFindGridView.Rows[e.RowIndex].Cells["流水编号"].Value.ToString();
|