This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_Acura_MES_Backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
修复打包bug
pull/229/head
zhangxin
2 years ago
parent
54d6306ad6
commit
4103d6bb11
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/jit/implments/PackOrder.service.impl.go
+ 1
- 1
services/jit/implments/PackOrder.service.impl.go
View File
@ -1802,7 +1802,7 @@ func (impl *PackOrderServiceImplement) ScanBarcodeOutLine(user *global.User, bar
tempMatchSign
=
false
break
}
if
tempQty
>
qty
{
if
tempQty
<
qty
{
tempMatchSign
=
false
break
}
Write
Preview
Loading…
Cancel
Save