修改订单反馈跳转、修改产品等级

tykong-cidian
duxiaoning 2023-12-13 17:53:08 +08:00
parent 99ada0484f
commit 9703d26ab5
2 changed files with 3 additions and 3 deletions

View File

@ -377,7 +377,7 @@ export default {
} }
// //
const allSampleData = smpVal.allSampleData; const allSampleData = smpVal.allSampleData;
// this.addCotSamples(this.sampleList, allSampleData, orderId); this.addCotSamples(this.sampleList, allSampleData, orderId);
// //
this.updateTruthFun(orderId, tcf); this.updateTruthFun(orderId, tcf);
this.checkRealityWait = true; this.checkRealityWait = true;

View File

@ -202,7 +202,7 @@ export default {
load: "", // load: "", //
resRatio: "0.000307", // resRatio: "0.000307", //
producedDate: "", producedDate: "",
proLevel: "4", // proLevel: "5", //
coordinateSys: "WGS84", // coordinateSys: "WGS84", //
minLat: "116.13622332", // minLat: "116.13622332", //
maxLat: "118.342222", // maxLat: "118.342222", //
@ -312,7 +312,7 @@ export default {
satellite: om.satelliteName, satellite: om.satelliteName,
load: om.satelliteLoadName, load: om.satelliteLoadName,
producedDate: pm.collectDate, producedDate: pm.collectDate,
proLevel: om.productLevel + "", proLevel: om.productSubClassId == 45 || om.productSubClassId == 51 ? '3' : '5',
resRatio: resRatio:
pm.productSpaceResolution > 0.01 pm.productSpaceResolution > 0.01
? pm.productSpaceResolution + "米" ? pm.productSpaceResolution + "米"