管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-08-08 d459ed6249863d4926a0a3c0c8bb1cd098cedfeb
src/views/datamanage/uploadmanage.vue
@@ -49,7 +49,7 @@
          class="tabsSpan"
          :class="{ changetabs : active == 'third'}"
        >
          <span> {{$t('dataManage.uploadObj.modelAttachMount')}}</span>
          <span> {{$t('dataManage.uploadObj.attachMount')}}</span>
        </div>
      </div>
    </div>
@@ -807,13 +807,10 @@
        <div
          v-for="item in osgbLasOption"
          style="margin-top: 10px; display: flex; align-items: center; "
          style="margin-top: 10px; display: flex; justify-content: center; align-items: center; "
        >
          <div
            class="contLable"
            style=" margin: 0px 10px;  float: left;"
          >
          <div style=" text-align: center; ">
            {{ item.name }}
          </div>
          <!-- <div style="display: flex; align-items: center; margin: 0px 10px;">
@@ -1065,18 +1062,18 @@
      var lerro = [];
      if (this.formInline.type == 'LAS') {
        for (var i in this.osgbLasOption) {
          if (this.osgbLasOption[i].srids) {
            var epsg = this.osgbLasOption[i].srids.replace('EPSG:', '')
            // srids.push(epsg)
            srids.push("00")
          } else {
            lerro.push(this.osgbLasOption[i].name)
          }
          // if (this.osgbLasOption[i].srids) {
          //   //var epsg = this.osgbLasOption[i].srids.replace('EPSG:', '')
          //   // srids.push(epsg)
          //   srids.push("00")
          // } else {
          //   lerro.push(this.osgbLasOption[i].name)
          // }
          srids.push("00")
        }
        if (lerro.length > 0) {
          return this.$message(lerro + '未选择发布数据的坐标系');
        }
        // if (lerro.length > 0) {
        //   return this.$message(lerro + '未选择发布数据的坐标系');
        // }
        // if (!this.osgbLasLayer.strid) {
        //   return this.$message('请选择发布数据的坐标系');