From 9703d26ab5434ebac8943b5eed8c5a7b25281809 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Wed, 13 Dec 2023 17:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E8=B7=B3=E8=BD=AC=E3=80=81=E4=BF=AE=E6=94=B9=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Daichuli/Feedback/Inspection/index.vue | 2 +- src/views/Daichuli/Feedback/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 + "米"