| | |
| | | size="small" |
| | | > |
| | | <el-select |
| | | ref="multiSelect" |
| | | :popper-append-to-body="false" |
| | | v-model="formInline.dirName" |
| | | :disabled="tableData.length == 0 ? false : true" |
| | |
| | | /> |
| | | <el-table-column |
| | | align="center" |
| | | :label="$t('common.dataStatus')" |
| | | :formatter="stateFormat" |
| | | > |
| | | |
| | | </el-table-column> |
| | | <el-table-column |
| | | align=" |
| | | center" |
| | | prop="desc" |
| | | :label="$t('dataManage.dataUpObj.describe')" |
| | | /> |
| | |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="listData.pageIndex" |
| | | :page-sizes="[10, 50, 100, 200]" |
| | | :page-sizes="[10, 50, 100, 200,500]" |
| | | :page-size="listData.pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="count" |
| | |
| | | style="display: none" |
| | | @change="uploadAnFilesChange" |
| | | /> |
| | | <el-dialog :visible.sync="noteVisible"> |
| | | <div class="nodeBox"> |
| | | <div style="text-align: center;"> |
| | | <h1> |
| | | 数据上传注意事项 |
| | | </h1> |
| | | </div> |
| | | <h3> |
| | | 1、项目整体上传 |
| | | </h3> |
| | | |
| | | <h5> 按照项目标准结构组织数据并打zip包,按要求编辑好WBS文件。选择需要上传对应的项目名称,选择zip数据包和WBS文件,完成整体项目数据上传,上传入库完成后,系统自动解压zip包,以zip包内原始文件格式存储在预先组织的目录结构下。</h5> |
| | | <h3> |
| | | 2、单文件上传 |
| | | </h3> |
| | | <h5> 上传单个文件,选择需要上传的存储目录位置、数据版本、数据专业、数据(.xls、.xlsx、pdf、las等格式)、元数据等,完成单个文件数据上传;</h5> |
| | | <h5> 批量上传一个最小目录文件夹下的各类数据,选择需要上传数据的存储目录位置、数据版本、数据专业、数据(zip格式)、元数据等,完成一个文件夹下各类数据上传,上传入库完成后,系统自动解压zip包,以zip包内原始文件存储数据。</h5> |
| | | <h5> 单文件上传不支持多级目录文件夹以zip压缩包方式上传。</h5> |
| | | <h3> |
| | | 3、特定格式单文件上传要求 |
| | | </h3> |
| | | <h5>√ <span>DOM数据上传:</span>至少需包含.tif、.tif.ovr文件,以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>DEM数据上传:</span>至少需包含.tif、.tif.ovr文件,以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>OSGB倾斜模型数据上传:</span>需包含Data文件夹、metadata.xml文件,以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>Las、Laz点云数据上传:</span>可单独上传文件,也可以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>CPT点云数据上传:</span>可单独上传文件,也可以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>MPT场景数据上传:</span>需包含.mIdx、.Strmi、.mpt文件,以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>GDB格式矢量文件上传:</span>需包含gdb各类子文件,以zip包压缩统一上传。</h5> |
| | | <h5>√ <span>SHP矢量文件上传:</span>需包含.shp、.shx、.dbf、prj子文件,以zip包压缩统一上传。</h5> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | }, |
| | | warehouseDialog: false, |
| | | wareData: [], |
| | | noteVisible: false, |
| | | }; |
| | | }, |
| | | |
| | | mounted() { |
| | | |
| | | this.noteVisible = true; |
| | | //获取坐标系 |
| | | this.setCoordinateSystem(); |
| | | //获取项目名称 |
| | |
| | | }, |
| | | watch: {}, |
| | | methods: { |
| | | stateFormat(row, column) { |
| | | var val = ['shp', 'gdb', 'xls', 'xlsx'] |
| | | if (val.indexOf(row.type) > -1 && row.rows > 0) { |
| | | return '已上传,已入库' |
| | | } else if (val.indexOf(row.type) > -1 && row.rows == 0) { |
| | | return '已上传,未入库' |
| | | } else { |
| | | return '已上传' |
| | | } |
| | | }, |
| | | setRestMetaData() { |
| | | this.fromQueryMeta.name = ""; |
| | | this.listMetaData.name = this.fromQueryMeta.name; |
| | |
| | | //自动匹配确认 |
| | | async setInsrtWareTable() { |
| | | this.loading = true; |
| | | this.dialogWarehousing = false; |
| | | this.loadText = "数据入库中,请等待..." |
| | | if (this.tableWareThree.length != 0) { |
| | | for (var i in this.tableWareThree) { |
| | |
| | | for (var i = 0; i < val1.length; i++) { |
| | | const stdTab = this.setSplitWare(val1[i].tab); |
| | | for (var j = 0; j < val2.length; j++) { |
| | | if (val2[j].tab == stdTab) { |
| | | |
| | | if (val2[j].tab.indexOf(stdTab) > -1) { |
| | | std.push(val1[i].tab); |
| | | val1[i].entity = val2[j].entity; |
| | | val1[i].tabDesc = val2[j].tabDesc; |
| | |
| | | this.formInline.dirid = node.data.id; |
| | | this.formInline.dirName = node.data.name; |
| | | this.getselectVerByDirid(); |
| | | setTimeout(() => { |
| | | this.$refs.multiSelect.blur() |
| | | }, 100) |
| | | }, |
| | | //Tabsq切换 |
| | | handleTabClick(tab, event) { |
| | | if (tab.name == "second") { |
| | | this.setStartWareTable(); |
| | | } else { |
| | | this.noteVisible = true |
| | | } |
| | | this.calHeight(); |
| | | }, |
| | |
| | | z-index: 9999; |
| | | } |
| | | } |
| | | |
| | | .nodeBox { |
| | | h5 { |
| | | line-height: 26px; |
| | | font-size: 14px; |
| | | span { |
| | | font-weight: bolder; |
| | | } |
| | | } |
| | | h3 { |
| | | line-height: 40px; |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | } |
| | | h1 { |
| | | font-weight: bold; |
| | | } |
| | | } |
| | | .inquire { |
| | | padding: 8px; |
| | | //margin-top: 20px; |