|
@@ -222,9 +222,10 @@ export default {
|
|
binNumber: row.binNumber,
|
|
binNumber: row.binNumber,
|
|
baseId: row.warehouseId,
|
|
baseId: row.warehouseId,
|
|
positionId: row.binNumberId,
|
|
positionId: row.binNumberId,
|
|
|
|
+
|
|
},
|
|
},
|
|
})
|
|
})
|
|
- } else if (row.inOutFlag == 1) {
|
|
|
|
|
|
+ } else if(row.inOutFlag==1){
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: 'warehouseManagementPerfectDelivery',
|
|
path: 'warehouseManagementPerfectDelivery',
|
|
query: {
|
|
query: {
|