修改订单反馈跳转、修改产品等级
parent
99ada0484f
commit
9703d26ab5
|
@ -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;
|
||||
|
|
|
@ -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 + "米"
|
||||
|
|
Loading…
Reference in New Issue