|
|
|
@ -864,7 +864,7 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
//保存建筑数据
|
|
|
|
|
// console.log('CompanyData',CompanyData)
|
|
|
|
|
// CompanyData.data = "{\"图例\":{\"Id\":\"图例\",\"Name\":\"图例\",\"Angle\":0,\"Color\":\"#066EED80\",\"Point\":{\"x\":200,\"y\":200},\"Scale\":1,\"Width\":32,\"Border\":null,\"Height\":32,\"PivotX\":0,\"PivotY\":0,\"Enabled\":true,\"FloorId\":\"60d42db743d691776496cf7c\",\"DrawMode\":null,\"FillMode\":null,\"GameMode\":0,\"ImageUrl\":null,\"FixedSize\":null,\"Thickness\":null,\"MultiPoint\":null,\"TemplateId\":null,\"FireElementId\":null,\"PropertyInfos\":[{\"Tag\":\"\",\"Order\":0,\"Enabled\":true,\"Visible\":true,\"Required\":false,\"RuleName\":\"\",\"RuleValue\":\"\",\"PhysicalUnit\":\"\",\"PropertyName\":\"列\",\"PropertyType\":2,\"PropertyValue\":\"2\"}],\"IsFromBuilding\":null,\"InteractiveMode\":null}}"
|
|
|
|
|
CompanyData.data = "{\"图例\":{\"Id\":\"图例\",\"Name\":\"图例\",\"Angle\":0,\"Color\":\"#066EED80\",\"Point\":{\"x\":200,\"y\":200},\"Scale\":1,\"Width\":32,\"Border\":null,\"Height\":32,\"PivotX\":0,\"PivotY\":0,\"Enabled\":true,\"FloorId\":\"60d43256660b093f1c3b5aa5\",\"DrawMode\":null,\"FillMode\":null,\"GameMode\":0,\"ImageUrl\":null,\"FixedSize\":null,\"Thickness\":null,\"MultiPoint\":null,\"TemplateId\":null,\"FireElementId\":null,\"PropertyInfos\":[{\"Tag\":\"\",\"Order\":0,\"Enabled\":true,\"Visible\":true,\"Required\":false,\"RuleName\":\"\",\"RuleValue\":\"\",\"PhysicalUnit\":\"\",\"PropertyName\":\"列\",\"PropertyType\":2,\"PropertyValue\":\"2\"}],\"IsFromBuilding\":null,\"InteractiveMode\":null}}" |
|
|
|
|
|
|
|
|
|
this.http.post("/api/CompanyData", CompanyData, { |
|
|
|
|
params: { |
|
|
|
@ -1896,6 +1896,12 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
item.name = item.name + '(副本)' |
|
|
|
|
item.order = this.sitePlanData[this.sitePlanData.length - 1].order + 1 |
|
|
|
|
this.http.post('/api/SitePlans', item).subscribe((data: any) => { |
|
|
|
|
for (const key in paramsData) { |
|
|
|
|
if (Object.prototype.hasOwnProperty.call(paramsData, key)) { |
|
|
|
|
const element = paramsData[key]; |
|
|
|
|
element.FloorId = data.id |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
let newData = { |
|
|
|
|
version: "2.0", |
|
|
|
|
id: "", |
|
|
|
@ -1952,6 +1958,12 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
item.name = item.name + '(副本)' |
|
|
|
|
item.order = this.sitePlanData[this.sitePlanData.length - 1].order + 1 |
|
|
|
|
this.http.post('/api/BuildingAreas', item, { params: this.params }).subscribe((data: any) => { |
|
|
|
|
for (const key in paramsData) { |
|
|
|
|
if (Object.prototype.hasOwnProperty.call(paramsData, key)) { |
|
|
|
|
const element = paramsData[key]; |
|
|
|
|
element.FloorId = data.id |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
let newData = { |
|
|
|
|
version: "2.0", |
|
|
|
|
id: "", |
|
|
|
|