瀏覽代碼

箱动态下载

Qukatie 7 月之前
父節點
當前提交
fc3494c446
共有 1 個文件被更改,包括 8 次插入3 次删除
  1. 8 3
      src/views/boxManagement/boxPoolDynamics/index.vue

+ 8 - 3
src/views/boxManagement/boxPoolDynamics/index.vue

@@ -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)') {