Qukatie 9 месяцев назад
Родитель
Сommit
a90e76c51f
1 измененных файлов с 8 добавлено и 0 удалено
  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
             }
+            if (name == 'POL无货返空(EXCEL)') {
+                this.excelOption.column.forEach(item => {
+                    if (item.prop == 'excelFile') {
+                        item.action = "/api/blade-los/boxPool/returnEmpty"
+                    }
+                })
+                this.excelBox = true
+            }
         },
         addButton() {
             this.isShow = false