|
|
|
@ -181,9 +181,6 @@
|
|
|
|
|
> |
|
|
|
|
成本分摊确认 |
|
|
|
|
</el-button> |
|
|
|
|
<!-- <el-button type="primary" icon="Download" @click="tcTableexport = true"> |
|
|
|
|
导出 |
|
|
|
|
</el-button> --> |
|
|
|
|
|
|
|
|
|
<el-button type="primary" icon="Download" @click="handleExport"> 导出 </el-button> |
|
|
|
|
</div> |
|
|
|
@ -423,13 +420,6 @@
|
|
|
|
|
</div> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<el-dialog v-model="tcTableexport" title="导出" width="40%"> |
|
|
|
|
<Tableexportcomponent |
|
|
|
|
:menuData="details.detailsColumnList" |
|
|
|
|
:data="detailsRenderData" |
|
|
|
|
></Tableexportcomponent> |
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
<edittablehead |
|
|
|
|
@closce="showdrawer" |
|
|
|
|
:drawerShow="drawerShow" |
|
|
|
@ -473,9 +463,6 @@ import { detailsColumnList, nodeInfoColumnList } from '@/option/distribution/add
|
|
|
|
|
import { detailsColumnList as abnormalColumn } from '@/option/distribution/TripartiteTransfer'; |
|
|
|
|
import { compressImageBlob } from '@/components/IMGcompressor/imgcompressor.js'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
const Tableexportcomponent = defineAsyncComponent( |
|
|
|
|
() => import('@/components/Tableexportcomponent/Tableexportcomponent.vue') |
|
|
|
|
); |
|
|
|
|
import { |
|
|
|
|
postCarsLoadDetailInfo, |
|
|
|
|
postFindCarsLoadLogs, |
|
|
|
@ -515,7 +502,6 @@ const ruleFormRef = ref();
|
|
|
|
|
const oldColumnListNode = ref(); |
|
|
|
|
|
|
|
|
|
const abnormalTableRef = ref(); |
|
|
|
|
const tcTableexport = ref(false); |
|
|
|
|
const exportColumnListNode = ref(); |
|
|
|
|
// 节点信息 |
|
|
|
|
const nodeInfoRef = ref(); |
|
|
|
|