Browse Source

返修打印份数为2

pull/134/head
zhangxin 3 years ago
parent
commit
ba1bac8fa2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/qm/implments/ReclinerReclst.service.impl.go

+ 1
- 1
services/qm/implments/ReclinerReclst.service.impl.go View File

@ -758,7 +758,7 @@ func (impl *ReclinerReclstServiceImplement) CreateRecPrintInfo(entity model.Recl
head.Status = 0
head.LabelTemplateId = result.LabelTemplateId
head.PrinterId = result.PrinterId
head.PrintQty = 1
head.PrintQty = 2
head.BusinessObjType = "BACK"
head.BusinessObjId = entity.SerialOrderId
err = headDao.InsertOne(head)


Loading…
Cancel
Save