|
@@ -96,7 +96,7 @@
|
|
|
<hc-table
|
|
|
ui="hc-table-row-drop"
|
|
|
:column="sortTableColumn" :datas="sortTableData" :loading="sortTableLoading"
|
|
|
- is-row-drop quick-sort is-new :index-style="{ width: 80 }"
|
|
|
+ is-new is-row-drop quick-sort :index-style="{ width: 80 }"
|
|
|
@row-drop="sortTableRowDrop" @row-sort="sortTableRowDrop"
|
|
|
>
|
|
|
<template #key2="{ row }">
|
|
@@ -116,7 +116,7 @@
|
|
|
<hc-new-dialog v-model="leadModalShow" scrollbar widths="1100px" title="合同计量单元导入" :loading="leadLoaidng" @save="leadModalSave">
|
|
|
<div class="hc-el-upload-drag">
|
|
|
<el-upload
|
|
|
- ref="leadUploadRef" hc drag :show-file-list="true" :auto-upload="false" :headers="getHeader()"
|
|
|
+ ref="leadUploadRef" drag hc :show-file-list="true" :auto-upload="false" :headers="getHeader()"
|
|
|
action="/api/blade-meter/tree/contract/import" :data="{ id: checkTreeId, type: typevalue }" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"
|
|
|
:on-error="handFileError"
|
|
|
:on-success="handleFileDUcess"
|
|
@@ -665,7 +665,7 @@ const downLoadExel = ()=>{
|
|
|
if (typevalue.value === '1') {
|
|
|
window.open('https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com//upload/20240307/1430b65643615f80156ec328a9a09ff8.xlsx', '_blank')
|
|
|
} else if (typevalue.value === '2') {
|
|
|
- window.open('https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload/20240109/98addbf48d620030504b2cb03b1c24f5.xls', '_blank')
|
|
|
+ window.open('https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com//upload/20240109/98addbf48d620030504b2cb03b1c24f5.xls', '_blank')
|
|
|
} else if (typevalue.value === '3') {
|
|
|
window.open('https://blade-oss-chongqing.oss-cn-shenzhen.aliyuncs.com//upload/20240320/88fc4e47dd3f729b1b71cf79a6db44ae.xlsx', '_blank')
|
|
|
|