gjy 3 лет назад
Родитель
Сommit
e6daec5cb4

+ 3 - 3
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -454,8 +454,8 @@ export default {
           tmp[2]=TextToCode[this.warehouseList[i].warehousePrivate][this.warehouseList[i].warehouseCity][this.warehouseList[i].warehouseArea].code
           tmp[2]=TextToCode[this.warehouseList[i].warehousePrivate][this.warehouseList[i].warehouseCity][this.warehouseList[i].warehouseArea].code
           this.selectedOptions=tmp
           this.selectedOptions=tmp
           this.deptBudgetList.tranProcessInfoList[0].selectedOptions=tmp
           this.deptBudgetList.tranProcessInfoList[0].selectedOptions=tmp
-          this.deptBudgetList.startDetailedAddress=this.warehouseList[i].detailedAddress
-          this.deptBudgetList.tranProcessInfoList[0].sendDetailedAddress = this.warehouseList[i].detailedAddress
+          this.$set(this.deptBudgetList,'startDetailedAddress',this.warehouseList[i].detailedAddress)
+          this.$set(this.deptBudgetList.tranProcessInfoList[0],'sendDetailedAddress',this.warehouseList[i].detailedAddress)
         }
         }
       }
       }
     },
     },
@@ -467,7 +467,7 @@ export default {
           tmp[1]=TextToCode[this.warehouseList1[i].warehousePrivate][this.warehouseList1[i].warehouseCity].code
           tmp[1]=TextToCode[this.warehouseList1[i].warehousePrivate][this.warehouseList1[i].warehouseCity].code
           tmp[2]=TextToCode[this.warehouseList1[i].warehousePrivate][this.warehouseList1[i].warehouseCity][this.warehouseList1[i].warehouseArea].code
           tmp[2]=TextToCode[this.warehouseList1[i].warehousePrivate][this.warehouseList1[i].warehouseCity][this.warehouseList1[i].warehouseArea].code
           this.selectedOptions1=tmp
           this.selectedOptions1=tmp
-          this.deptBudgetList.endDetailedAddress=this.warehouseList1[i].detailedAddress
+          this.$set(this.deptBudgetList,'endDetailedAddress',this.warehouseList1[i].detailedAddress)
         }
         }
       }
       }
     },
     },

+ 1 - 1
src/views/taskManagement/tranManagementWarehouseInOutTask.vue

@@ -323,7 +323,7 @@ export default {
       ) {
       ) {
         text = '相同任务编号的任务将一并删除且不可恢复,是否确定删除?'
         text = '相同任务编号的任务将一并删除且不可恢复,是否确定删除?'
       } else {
       } else {
-        text = `运输任务删除后不可恢复,是否确定删除?`
+        text = `任务删除后不可恢复,是否确定删除?`
       }
       }
       //cancelButtonClass: "btn-custom-cancel"
       //cancelButtonClass: "btn-custom-cancel"
       this.$confirm(text, {
       this.$confirm(text, {