|
|
@ -3271,6 +3271,16 @@ namespace InjectionPC |
|
|
|
productID = dt.Rows[0]["ProductID"].ToString(); |
|
|
|
nextproductID = dt.Rows[1]["InjectionPlanID"].ToString(); |
|
|
|
panel45.Visible = true; |
|
|
|
if(lbCurrentlQtyL.Text=="0" || string.IsNullOrEmpty(lbCurrentlQtyL.Text)) |
|
|
|
{ |
|
|
|
lbPackageCodeL.Text = ""; |
|
|
|
} |
|
|
|
if (lbCurrentlQtyR.Text == "0" || string.IsNullOrEmpty(lbCurrentlQtyR.Text)) |
|
|
|
{ |
|
|
|
lbPackageCodeR.Text = ""; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|