|
|
@@ -595,11 +595,16 @@ export default {
|
|
|
`/api/blade-los/boxPool/emptyContainerAppearance/template?${this.website.tokenHeader
|
|
|
}=${getToken()}`
|
|
|
);
|
|
|
- } else {
|
|
|
+ } else if (type == 2) {
|
|
|
window.open(
|
|
|
`/api/blade-los/boxPool/emptyContainerEntry/template?${this.website.tokenHeader
|
|
|
}=${getToken()}`
|
|
|
);
|
|
|
+ } else if (type == 3) {
|
|
|
+ window.open(
|
|
|
+ `/api/blade-los/boxPool/giveAnEncore/template?${this.website.tokenHeader
|
|
|
+ }=${getToken()}`
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
},
|
|
|
@@ -622,7 +627,7 @@ export default {
|
|
|
item.action = "/api/blade-los/boxPool/giveAnEncore"
|
|
|
}
|
|
|
})
|
|
|
- this.excelType = 1
|
|
|
+ this.excelType = 3
|
|
|
this.excelBox = true
|
|
|
}
|
|
|
if (name == 'POL无货返空(EXCEL)') {
|
|
|
@@ -631,7 +636,7 @@ export default {
|
|
|
item.action = "/api/blade-los/boxPool/returnEmpty"
|
|
|
}
|
|
|
})
|
|
|
- this.excelType = 1
|
|
|
+ this.excelType = 3
|
|
|
this.excelBox = true
|
|
|
}
|
|
|
if (name == 'POL空箱提箱进场(EXCEL)') {
|