|
|
@@ -136,7 +136,7 @@
|
|
|
) {
|
|
|
_this.donorslist.SamplePosition = "";
|
|
|
} else {
|
|
|
- _this.donorslist.SamplePosition += res.data.items[i].ECode +
|
|
|
+ let code = res.data.items[i].ECode +
|
|
|
"-" +
|
|
|
_this.numtoupchar(res.data.items[i].ShelfY) +
|
|
|
res.data.items[i].ShelfX +
|
|
|
@@ -144,8 +144,11 @@
|
|
|
_this.numtoupchar(res.data.items[i].BoxY) +
|
|
|
res.data.items[i].BoxX +
|
|
|
"-" +
|
|
|
- _this.postiontoupchar(res.data.items[i].Position)+
|
|
|
- "\n";
|
|
|
+ _this.postiontoupchar(res.data.items[i].Position)
|
|
|
+ if(_this.donorslist.SamplePosition.indexOf(code)<0){
|
|
|
+ _this.donorslist.SamplePosition += code + "\n";
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|