Qukatie 9 месяцев назад
Родитель
Сommit
263e047d44
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/views/boxManagement/owTask/detailsPage.vue

+ 5 - 1
src/views/boxManagement/owTask/detailsPage.vue

@@ -2251,7 +2251,11 @@ export default {
           }
         }
         this.activationForm = {
-          containerNumber: this.form.containerNumber
+          containerNumber: this.form.containerNumber,
+          polId: this.form.polId?this.form.polId.split(",")[0]:null,
+          polCname: this.form.polCname?this.form.polCname.split(",")[0]:null,
+          podId: this.form.podId?this.form.podId.split(",")[0]:null,
+          podCname: this.form.podCname?this.form.podCname.split(",")[0]:null,
         }
         this.activationDialog = true
       }