|
@@ -584,6 +584,20 @@ export default {
|
|
|
"fWarehouselocid",
|
|
|
this.treeselectList.fWarehouselocid
|
|
|
);
|
|
|
+ this.dataList.forEach(item => {
|
|
|
+ if (!item.fWarehouseInformation) {
|
|
|
+ this.$set(
|
|
|
+ item,
|
|
|
+ "fWarehouseInformation",
|
|
|
+ this.information
|
|
|
+ );
|
|
|
+ this.$set(
|
|
|
+ item,
|
|
|
+ "fWarehouselocid",
|
|
|
+ this.treeselectList.fWarehouselocid
|
|
|
+ );
|
|
|
+ }
|
|
|
+ })
|
|
|
this.choiceWarehouse = false;
|
|
|
},
|
|
|
unRepeat(row, index) {
|