|
|
@@ -532,9 +532,10 @@ namespace UAS_MES.Make
|
|
|
ob_checkno.Text = dt.Rows[0]["ob_checkno"].ToString();
|
|
|
nowcheckqty = int.Parse(ob_nowcheckqty.Text == "" ? "0" : ob_nowcheckqty.Text);
|
|
|
batchqty = int.Parse(ob_batchqty.Text == "" ? "0" : ob_batchqty.Text);
|
|
|
- if (nowcheckqty > batchqty)
|
|
|
+ if (nowcheckqty == batchqty)
|
|
|
{
|
|
|
ob_nowcheckqty.ForeColor = Color.Red;
|
|
|
+ OperateResult.AppendText(">>当前数量已达到送检数量\n",Color.Red);
|
|
|
}
|
|
|
}
|
|
|
else
|