Browse Source

添加返厂处理

pull/123/head
zhangxin 3 years ago
parent
commit
bc6df936dd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      services/qm/ReclinerReclst.service.go

+ 2
- 0
services/qm/ReclinerReclst.service.go View File

@ -322,6 +322,8 @@ type ReclinerReclstService interface {
FirstPartRepair(user *global.User, entity *model.ReclinerReclst) error
SelectSerialOrderProcess(user *global.User, serialOrderId string) ([]bmodel.Process, error)
BackOnline(user *global.User, serialOrderId string, poLi []string) error
SplitProduct(user *global.User, serialOrderId string) error
BackOnlineFromShip(user *global.User, serialOrderId string, poLi []string) error
}
/******************************************************************************


Loading…
Cancel
Save