diff --git a/src/views/Daichuli/Feedback/Inspection/index.vue b/src/views/Daichuli/Feedback/Inspection/index.vue index 25411ee..f59725d 100644 --- a/src/views/Daichuli/Feedback/Inspection/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/index.vue @@ -377,7 +377,7 @@ export default { } // 关联的样本数据入库 const allSampleData = smpVal.allSampleData; - // this.addCotSamples(this.sampleList, allSampleData, orderId); + this.addCotSamples(this.sampleList, allSampleData, orderId); //更新真实性检验方法 this.updateTruthFun(orderId, tcf); this.checkRealityWait = true; diff --git a/src/views/Daichuli/Feedback/index.vue b/src/views/Daichuli/Feedback/index.vue index 00cddd5..40ae6e9 100644 --- a/src/views/Daichuli/Feedback/index.vue +++ b/src/views/Daichuli/Feedback/index.vue @@ -202,7 +202,7 @@ export default { load: "", //载荷 resRatio: "0.000307", //空间分辨率 producedDate: "", - proLevel: "4", //产品级别 + proLevel: "5", //产品级别 coordinateSys: "WGS84", //坐标系 minLat: "116.13622332", //最小经度 maxLat: "118.342222", //最大经度 @@ -312,7 +312,7 @@ export default { satellite: om.satelliteName, load: om.satelliteLoadName, producedDate: pm.collectDate, - proLevel: om.productLevel + "", + proLevel: om.productSubClassId == 45 || om.productSubClassId == 51 ? '3' : '5', resRatio: pm.productSpaceResolution > 0.01 ? pm.productSpaceResolution + "米"