otmself vor 7 Monaten
Ursprung
Commit
bfcfa6e0b2

+ 21 - 2
src/components/xqglComponents/mapPop.vue

@@ -146,8 +146,8 @@ export default {
 								lng: point[0],
 								lat: point[1],
 								sequence: i + 1,
-								movingEvgSpeed:this.mapSelectForm.movingEvgSpeed,
-								heading:this.mapSelectForm.heading,
+								movingEvgSpeed: this.mapSelectForm.movingEvgSpeed,
+								heading: this.mapSelectForm.heading,
 							});
 						}
 				)
@@ -170,6 +170,25 @@ export default {
 			};
 			getXQTBListViaMapSelect(data).then(res => {
 				if (res.code === 200) {
+					this.mapSelectForm = {
+						name: '',
+						lonlat: '',
+						level: '',
+						point: '',
+						points: [],
+						// type: '',
+						movingEvgSpeed: null,//航速
+						heading: null,//航向
+						typeValue: 0,
+						types: {
+							selectPoint: '点目标',
+							selectLine: '线目标',
+							selectRegion: '区域目标',
+							selectPoints: '点群目标',
+							selectMovePoint: '移动目标',
+						},
+						country: '',
+					}
 					this.$emit('comfirm');
 					this.$emit('closePop');
 				}

+ 7 - 11
src/components/xqglComponents/taskInfos.vue

@@ -105,39 +105,35 @@ export default {
 				},
 				{
 					label: "观测手段",
-					prop: "InvestigativeMeans",
+					prop: "observationPurpose",
 					type: 'select',
 					options: [
-						{
-							value: 0,
-							label: "快响应急观测"
-						},
 						{
 							value: 1,
-							label: "陆地伪装识别"
+							label: '航线监视',
 						},
 						{
 							value: 2,
-							label: "早期异常监测"
+							label: '密集观测',
 						},
 						{
 							value: 3,
-							label: "海上搜索发现"
+							label: '区域普查',
 						},
 						{
 							value: 4,
-							label: "海上持续跟踪"
+							label: '持续跟踪',
 						},
 						{
 							value: 5,
-							label: "海上识别确认"
+							label: '应急详查',
 						}
 					]
 				},
 				{
 					label: "最小观测间隔时间",
 					prop: "reqInterval",
-					type: 'time'
+					type: 'input'
 				},
 				{
 					label: "卫星",

+ 0 - 28
src/components/xqglComponents/xqDetails.vue

@@ -171,33 +171,6 @@ export default {
 	components: {TaskInfos, xqglTableTB, xqglTableHQ, targetPop, mapPop, excelPop},
 	data() {
 		return {
-			taskInfolabels: {
-				demandSources: "需求来源",
-				proposeDepartment: "提出部门",
-				demandDescribe: "需求来源描述",
-				createTime: "需求提出时间",
-				isaccurate: "是否精确",
-				isEmcon: "是否电磁静默",
-				region: "国家/地区",
-				targetPreprocess: "目标观测时长",
-				InvestigativeMeans: "观测手段",
-				reqInterval: "最小观测间隔时间",
-				satelliteSelected: "卫星",
-				rate: "频次",
-				startTime: "接收开始时间",
-				endTime: "接收结束时间",
-				receivingStation: "接收站名",
-				workMode: "工作模式",
-				sensorID: "传感器代号",
-				sensorMode: "传感器模式",
-				imageTime: "成像次数",
-				pitchAngle: "俯仰角",
-				groundResolution: "分辨率",
-				priorInfo: "先验信息",
-				productDest: "产品目的地",
-				points: "目标点集"
-			},
-
 			targetPopVis: false,
 			mapPopVis: false,
 			excelPopVis: false,
@@ -303,7 +276,6 @@ export default {
 			}
 			this.seltask = Object.assign({}, row)
 			this.seltask.satelliteSelected = ids.join(",")
-
 			// this.seltask.isaccurate = this.seltask.isaccurate == 0 ? '是' : '否'
 			// this.seltask.isEmcon = this.seltask.isEmcon == 0 ? '是' : '否'
 			this.seltask.pitchAngle = '30°'