Browse Source

修改装箱更新工单号

callm 2 days ago
parent
commit
5e5866800d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS_MES_PNE/FunctionCode/Make/Make_ColorBoxWeigh.cs

+ 1 - 0
UAS_MES_PNE/FunctionCode/Make/Make_ColorBoxWeigh.cs

@@ -152,6 +152,7 @@ namespace UAS_MES_NEW.Make
                         dt = (DataTable)dh.ExecuteSql(sql.GetString(), "select");
                         if (dt.Rows.Count > 0)
                         {
+                            dh.ExecuteSql("update makeimeilist set mil_makecode='" + oMakeCode + "' where mil_sncode='" + sncode.Text + "' and mil_makecode is null", "update");
                             //重量的临时变量
                             pr_code.Text = dt.Rows[0]["pr_code"].ToString();
                             string _weight = dt.Rows[0]["pr_colorboxgw"].ToString();