This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_LF_MOM_BACKEND
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request '添加库位盘点状态' (
#18
) from feature_wms_check into develop
Reviewed-on:
http://101.201.121.115:3000/leo/LAPP_LF_MOM_BACKEND/pulls/18
pull/19/head
weichenglei
3 years ago
parent
1dc683bd13
9fb1ebd98d
commit
92efe28de2
2 changed files
with
3 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-18
demo.go
+3
-0
models/wm/wm.go
+ 0
- 18
demo.go
View File
@ -1,18 +0,0 @@
package
main
import
(
"sync"
"time"
)
func
main
(
)
{
var
wg
sync
.
WaitGroup
wg
.
Add
(
100
)
for
i
:=
0
;
i
<
100
;
i
++
{
go
func
(
wg
*
sync
.
WaitGroup
)
{
time
.
Sleep
(
time
.
Minute
*
5
)
wg
.
Done
(
)
}
(
&
wg
)
}
wg
.
Wait
(
)
}
+ 3
- 0
models/wm/wm.go
View File
@ -15,6 +15,9 @@ const (
// 盘点单status
CHECK_STATUS_ON
=
0
CHECK_STATUS_OFF
=
1
// 库位状态
BIN_STAUTS_CHECK
=
"CK"
// 盘点中
)
type
WmGoodsReceipt
struct
{
Write
Preview
Loading…
Cancel
Save