|
@@ -39,7 +39,7 @@
|
|
|
<div class="horizontal-drag-line" @mousedown="onmousedown" />
|
|
|
</div>
|
|
|
<div class="hc-page-content-box hc-division-page">
|
|
|
- <!-- <div style="height: 50px" class="mb-2">
|
|
|
+ <div style="height: 50px" class="mb-2">
|
|
|
<hc-card class="text-right">
|
|
|
<el-button
|
|
|
hc-btn
|
|
@@ -59,7 +59,7 @@
|
|
|
<span>节点导入</span>
|
|
|
</el-button>
|
|
|
</hc-card>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
<div class="basic-info">
|
|
|
<HcNewCard title="当前节点基础信息">
|
|
|
<template #extra>
|
|
@@ -137,14 +137,14 @@
|
|
|
</hc-new-card>
|
|
|
</div>
|
|
|
<div class="footer-box bg-white">
|
|
|
- <el-button hc-btn color="#A16222" @click="downloadXlsx">
|
|
|
+ <!-- <el-button hc-btn color="#A16222" @click="downloadXlsx">
|
|
|
<HcIcon name="download-2" />
|
|
|
<span>下载导入划分模板</span>
|
|
|
</el-button>
|
|
|
<el-button :disabled="!treePrimaryKeyId" hc-btn type="primary" @click="toImportTempClick">
|
|
|
<HcIcon name="folder-upload" />
|
|
|
<span>导入划分模板</span>
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
<el-button hc-btn color="#e03997" @click="toBackClick">
|
|
|
<HcIcon name="arrow-go-back" />
|
|
|
<span>进入资料填报</span>
|
|
@@ -1000,7 +1000,7 @@
|
|
|
<div style="position: relative;">
|
|
|
<el-upload
|
|
|
ref="dialogUploadRef" :headers="getHeader()" drag
|
|
|
- action="/api/blade-business/informationWriteQuery/importTree"
|
|
|
+ action="/api/blade-manager/wbsTreeContract/importTree"
|
|
|
:data="{ pkeyId: pKeyIdData }"
|
|
|
:on-success="handleSuccess" :on-error="handleError" accept=".xls,.xlsx"
|
|
|
:auto-upload="false"
|