|
|
@@ -211,7 +211,7 @@ namespace UAS_MES.Make
|
|
|
}
|
|
|
string ErrorMessage = "";
|
|
|
string result = "";
|
|
|
- if (int.Parse(mcd_remainqty.Text) <= 0 &&dt.Rows[0]["ma_unlimitin"].ToString()!="0")
|
|
|
+ if (int.Parse(mcd_remainqty.Text) <= 0 && dt.Rows[0]["ma_unlimitin"].ToString() == "0")
|
|
|
{
|
|
|
macode = ma_code.Text;
|
|
|
ErrorMessage = "工单" + macode + "打印结束\n>请输入SN";
|