Explorar o código

POL无货返空新加接口

Qukatie hai 9 meses
pai
achega
a90e76c51f
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/views/boxManagement/boxPoolDynamics/index.vue

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

@@ -611,6 +611,14 @@ export default {
                 })
                 })
                 this.excelBox = true
                 this.excelBox = true
             }
             }
+            if (name == 'POL无货返空(EXCEL)') {
+                this.excelOption.column.forEach(item => {
+                    if (item.prop == 'excelFile') {
+                        item.action = "/api/blade-los/boxPool/returnEmpty"
+                    }
+                })
+                this.excelBox = true
+            }
         },
         },
         addButton() {
         addButton() {
             this.isShow = false
             this.isShow = false