|
|
@@ -658,11 +658,11 @@ func (this *ConverseService) ModifySampleStatusByApplyMainInfo(entryNo string, r
|
|
|
this.UpdatePosition(Rack_id, tubes, entity, applyMain.Id)
|
|
|
}
|
|
|
|
|
|
- //} else if applyMain.ApplyType == TASK_TUBE_RETREIVING && strings.Contains(resp, "_storing") {
|
|
|
- // fmt.Println("开始入库2")
|
|
|
- // //lite设备 部分管子出库
|
|
|
- // taskType = "tube_retrieving"
|
|
|
- // operaIds, abnormalIds = this.getOperaSampleIdsStr(applyMain.ApplyType, applyMain.Id, resp, entity)
|
|
|
+ } else if applyMain.ApplyType == TASK_TUBE_RETREIVING && strings.Contains(resp, "_storing") {
|
|
|
+ fmt.Println("开始入库2")
|
|
|
+ //lite设备 部分管子出库
|
|
|
+ taskType = "tube_retrieving"
|
|
|
+ operaIds, abnormalIds = this.getOperaSampleIdsStr(applyMain.ApplyType, applyMain.Id, resp, entity)
|
|
|
} else if applyMain.ApplyType == TASK_TUBE_RETREIVING && strings.Contains(resp, "_retrieving") /*resp == "rack_retrieving"*/ /*&& entity.Data.Is_end*/ {
|
|
|
fmt.Println("开始出库3")
|
|
|
//lite设备 整盒出库
|