|
|
@ -979,7 +979,10 @@ namespace WeighAndGrading |
|
|
currentRow.Already = currentRow.Already + 1; |
|
|
currentRow.Already = currentRow.Already + 1; |
|
|
orderLabel.Text = currentRow.Order.ToString(); |
|
|
orderLabel.Text = currentRow.Order.ToString(); |
|
|
alreadyLabel.Text = currentRow.Already.ToString(); |
|
|
alreadyLabel.Text = currentRow.Already.ToString(); |
|
|
tangGridView.Refresh(); |
|
|
|
|
|
|
|
|
if (tech == "烫褪") |
|
|
|
|
|
tangGridView.Refresh(); |
|
|
|
|
|
else |
|
|
|
|
|
maoGridView.Refresh(); |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|
|