|
|
@@ -350,7 +350,7 @@ namespace UAS_MES.Make
|
|
|
}
|
|
|
if (int.Parse(pa_currentqty.Text == "" ? "0" : pa_currentqty.Text) == int.Parse(pr_outboxinnerqty.Text))
|
|
|
{
|
|
|
- OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "满箱\n", Color.Black);
|
|
|
+
|
|
|
float weigh = float.Parse(weight.Text.Replace("kg", "").Trim());
|
|
|
if (PR_CHECKCARTONW != "0")
|
|
|
{
|
|
|
@@ -363,6 +363,7 @@ namespace UAS_MES.Make
|
|
|
dh.UpdateByCondition("package", "pa_status=1,pa_totalqty=pa_currentqty,pa_packageqty=pa_currentqty,pa_weight='" + weigh + "'", "pa_outboxcode='" + pa_outboxcode.Text + "'");
|
|
|
pa_standardqty.Text = "";
|
|
|
pa_status.Text = "1";
|
|
|
+ OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "满箱封箱成功\n", Color.Green);
|
|
|
OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "称量完成\n", Color.Green);
|
|
|
LastSncode = sn_code.Text;
|
|
|
if (AutoPrint.Checked)
|