|
|
@@ -633,12 +633,13 @@ func (this *ConverseService) ModifySampleStatusByApplyMainInfo(entryNo string, r
|
|
|
//lite设备 整盒出库
|
|
|
taskType = "tube_retrieving"
|
|
|
operaIds, abnormalIds = this.getAllSampleIdsFromResEntity(entity)
|
|
|
- } else {
|
|
|
-
|
|
|
- return
|
|
|
}
|
|
|
+ //else {
|
|
|
+ //
|
|
|
+ // return
|
|
|
+ //}
|
|
|
|
|
|
- // 此处判断,如果是冻存盒整盒入库,需要更新位置信息 盒 冻存盒当前的 所在的冻存架的id
|
|
|
+ // 此处判断,如果是冻存盒整盒入库,需要更新盒子位置信息 盒 冻存盒当前的 所在的冻存架的id
|
|
|
if resp == "rack_storing" {
|
|
|
this.UpdateBoxInfo(entity)
|
|
|
} else if resp == "rack_retrieving" {
|