|
@@ -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)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|