|
@@ -7,22 +7,6 @@
|
|
|
:inline="true"
|
|
|
v-show="showSearch"
|
|
|
>
|
|
|
- <!-- <el-form-item label="数据类型" prop="type">-->
|
|
|
- <!-- <el-select-->
|
|
|
- <!-- v-model="queryParams.type"-->
|
|
|
- <!-- placeholder="请选择数据类型"-->
|
|
|
- <!-- clearable-->
|
|
|
- <!-- filterable-->
|
|
|
- <!-- class="se"-->
|
|
|
- <!-- >-->
|
|
|
- <!-- <el-option-->
|
|
|
- <!-- v-for="dict in typeList"-->
|
|
|
- <!-- :key="dict.value + 'typeList'"-->
|
|
|
- <!-- :label="dict.label"-->
|
|
|
- <!-- :value="dict.value"-->
|
|
|
- <!-- />-->
|
|
|
- <!-- </el-select>-->
|
|
|
- <!-- </el-form-item>-->
|
|
|
<el-form-item label="采集状态" prop="collStatus">
|
|
|
<el-select
|
|
|
v-model="queryParams.collStatus"
|
|
@@ -101,21 +85,24 @@
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
<el-col :span="1.5">
|
|
|
- <el-button type="success" @click="onOpenDialog('old')"
|
|
|
+ <el-button type="success"
|
|
|
+ v-hasPermi="['gather:GATHER:upload']"
|
|
|
+ @click="onOpenDialog('old')"
|
|
|
>历史数据导入</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="success"
|
|
|
- v-hasPermi="['gather:GATHER:upload']"
|
|
|
+ v-hasPermi="['gather:GATHER:uploadnew']"
|
|
|
@click="onOpenDialog('new')"
|
|
|
>导入</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
- @click="handleDownload()"
|
|
|
+ @click="handleDownload()"
|
|
|
+ v-hasPermi="['gather:GATHER:download']"
|
|
|
:title="radio === '' ? '请先选择下面对应的单位模板' : ''"
|
|
|
:disabled="radio === '' ? true : false"
|
|
|
>下载导入模板</el-button
|
|
@@ -126,7 +113,7 @@
|
|
|
type="danger"
|
|
|
plain
|
|
|
@click="importFile({ type: '0', mark: '1' })"
|
|
|
- v-hasPermi="['gather:GATHER:upload']"
|
|
|
+ v-hasPermi="['gather:GATHER:customsMrak']"
|
|
|
>海关部分贸易导入</el-button
|
|
|
>
|
|
|
</el-col>
|
|
@@ -135,7 +122,7 @@
|
|
|
type="danger"
|
|
|
plain
|
|
|
@click="importFile({ type: '0', mark: '2' })"
|
|
|
- v-hasPermi="['gather:GATHER:upload']"
|
|
|
+ v-hasPermi="['gather:GATHER:customs']"
|
|
|
>海关进出口总值导入</el-button
|
|
|
>
|
|
|
</el-col>
|