|
@@ -221,6 +221,7 @@ export default {
|
|
|
binNumber:row.binNumber,
|
|
|
baseId: row.warehouseId,
|
|
|
positionId: row.binNumberId,
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}else if(row.inOutFlag==1){
|
|
@@ -302,7 +303,6 @@ export default {
|
|
|
type: 'warning',
|
|
|
})
|
|
|
.then(() => {
|
|
|
-
|
|
|
delInOut({ baseId:row.baseId})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|