Browse Source

查询新工单清除界面信息

章政 8 years ago
parent
commit
f3fc5587ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/FunctionCode/Query/Query_MakeInf.cs

+ 1 - 1
UAS-MES/FunctionCode/Query/Query_MakeInf.cs

@@ -41,7 +41,7 @@ namespace UAS_MES.Query
             sql.Append("select ma_prodcode,ma_qty,ma_craftcode,ma_wccode,ma_salecode,ma_custname,ma_unlimitageqty");
             sql.Append(",ma_softversion,ma_bomversion from make where ma_code='" + MakeCode.Text + "'");
             DataTable dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
-            //CleanForm(this);
+            CleanForm(this);
             if (dt.Rows.Count > 0)
             {
                 BaseUtil.SetFormValue(this.Controls, dt);