This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3ButcherManageClient
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
错误
master
yibo
8 years ago
parent
2d26249648
commit
e957e1872d
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
WeighAndGrading/GradeFrom.cs
+ 4
- 1
WeighAndGrading/GradeFrom.cs
View File
@ -979,7 +979,10 @@ namespace WeighAndGrading
currentRow
.
Already
=
currentRow
.
Already
+
1
;
orderLabel
.
Text
=
currentRow
.
Order
.
ToString
(
)
;
alreadyLabel
.
Text
=
currentRow
.
Already
.
ToString
(
)
;
tangGridView
.
Refresh
(
)
;
if
(
tech
=
=
"烫褪"
)
tangGridView
.
Refresh
(
)
;
else
maoGridView
.
Refresh
(
)
;
}
else
{
Write
Preview
Loading…
Cancel
Save