|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div style="width:100%;height: 96%" v-loading="divLoding" element-loading-text="数据导入中..."
|
|
|
|
<div style="width:100%;height: 100%" v-loading="divLoding" element-loading-text="数据导入中..."
|
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
|
element-loading-spinner="el-icon-loading"
|
|
|
|
element-loading-background="rgba(233, 236, 238, 0.3)">
|
|
|
|
element-loading-background="rgba(233, 236, 238, 0.3)">
|
|
|
|
<el-row style="width: 100%;height: 5%;border: 1px solid #e9ecee">
|
|
|
|
<el-row style="width: 100%;height: 5%;border: 1px solid #e9ecee">
|
|
|
|
<el-col :span="2">
|
|
|
|
<el-col :span="2" class="first_el_col">
|
|
|
|
<el-button size="small" type="success" @click="downSqmple">模板下载</el-button>
|
|
|
|
<el-button size="small" type="success" class="first_el_col_button" @click="downSqmple">模板下载</el-button>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="2" class="first_el_col">
|
|
|
|
<el-upload
|
|
|
|
<el-upload
|
|
|
|
class="upload-demo"
|
|
|
|
class="upload-demo"
|
|
|
|
:action="actionUrl"
|
|
|
|
:action="actionUrl"
|
|
|
|
@ -24,13 +24,14 @@
|
|
|
|
:show-file-list="showFileList"
|
|
|
|
:show-file-list="showFileList"
|
|
|
|
accept="xlsx"
|
|
|
|
accept="xlsx"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button size="small" type="primary">选择文件</el-button>
|
|
|
|
<el-button size="small" class="first_el_col_button" type="primary">选择文件</el-button>
|
|
|
|
<p style="color:gray">{{filename}}</p>
|
|
|
|
|
|
|
|
<p style="color:red">***请选择需要导入的白名单文件</p>
|
|
|
|
|
|
|
|
</el-upload>
|
|
|
|
</el-upload>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="20" class="first_el_col">
|
|
|
|
|
|
|
|
<i style="color:red">{{filename}} ***请选择需要导入的白名单文件</i>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row style="width: 100%;height: 50%;border: 1px solid #e9ecee">
|
|
|
|
<el-row style="width: 100%;height: 60%;border: 1px solid #e9ecee">
|
|
|
|
<el-col :span="24" style="width: 100%;height: 100%;">
|
|
|
|
<el-col :span="24" style="width: 100%;height: 100%;">
|
|
|
|
<el-row style="width: 100%;height: 10%;border: 1px solid #e9ecee">
|
|
|
|
<el-row style="width: 100%;height: 10%;border: 1px solid #e9ecee">
|
|
|
|
<el-col :span="24">
|
|
|
|
<el-col :span="24">
|
|
|
|
@ -38,10 +39,10 @@
|
|
|
|
<el-tag type="primary" size="large" @click="showZDYZHDiv" >自定义组合</el-tag>
|
|
|
|
<el-tag type="primary" size="large" @click="showZDYZHDiv" >自定义组合</el-tag>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row style="width: 100%;height: 90%;border: 1px solid #e9ecee">
|
|
|
|
<el-row style="width: 100%;height: 90%;">
|
|
|
|
<el-col :span="24" style="width: 100%;height: 100%;">
|
|
|
|
<el-col :span="24" style="width: 100%;height: 100%;">
|
|
|
|
<el-form v-if="detailLD" style="position: relative;height: 100%">
|
|
|
|
<el-form v-if="detailLD" style="position: relative;height: 100%">
|
|
|
|
<el-form-item label="免费路段:" style="position: relative;height: 40%;border:1px solid #e9ecee">
|
|
|
|
<el-form-item label="免费路段:" style="position: relative;height: 60%;;padding: 0;margin:0">
|
|
|
|
<div style="position: inherit;height: 100%;border:1px solid #e9ecee;overflow-y: auto">
|
|
|
|
<div style="position: inherit;height: 100%;border:1px solid #e9ecee;overflow-y: auto">
|
|
|
|
<el-checkbox-group v-model="selectRoadNoName" @change="showValue" :max="9">
|
|
|
|
<el-checkbox-group v-model="selectRoadNoName" @change="showValue" :max="9">
|
|
|
|
<el-checkbox v-for="(item, index) in list"
|
|
|
|
<el-checkbox v-for="(item, index) in list"
|
|
|
|
@ -49,12 +50,12 @@
|
|
|
|
</el-checkbox-group>
|
|
|
|
</el-checkbox-group>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label="路段描述:" style="position: relative;height: 30%;border:1px solid #e9ecee">
|
|
|
|
<el-form-item label="路段描述:" style="position: relative;height: 25%;">
|
|
|
|
<div style="position: inherit;height: 100%;">
|
|
|
|
<div style="position: inherit;height: 100%;">
|
|
|
|
{{selectRoadNoNameInput}}
|
|
|
|
{{selectRoadNoNameInput}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label="*单位号:" style="position: relative;height: 10%">
|
|
|
|
<el-form-item label="*单位号:" style="position: relative;height: 5%">
|
|
|
|
<el-select v-model="mfldAccount"
|
|
|
|
<el-select v-model="mfldAccount"
|
|
|
|
placeholder="请选择..."
|
|
|
|
placeholder="请选择..."
|
|
|
|
clearable="true"
|
|
|
|
clearable="true"
|
|
|
|
@ -115,8 +116,8 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="22"><p style="color:red">***上传的文件内容导入到白名单系统</p></el-col>
|
|
|
|
<el-col :span="22"><p style="color:red">***上传的文件内容导入到白名单系统</p></el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row style="width: 100%;height: 39%;border: 1px solid #e9ecee">
|
|
|
|
<el-row style="width: 100%;height: 28%;border-top: 1px solid #e9ecee">
|
|
|
|
<div style="white-space: pre-line;font-size: 15px;overflow-y: auto;position:inherit;max-height: 100%">
|
|
|
|
<div style="white-space: pre-line;font-size: 15px;overflow-y: auto;position:inherit;height: 100%">
|
|
|
|
{{txtLog}}
|
|
|
|
{{txtLog}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
@ -327,4 +328,11 @@ function SendXMLHttpRequest() {
|
|
|
|
#import-button{
|
|
|
|
#import-button{
|
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-top: 10px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.first_el_col{
|
|
|
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.first_el_col_button{
|
|
|
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|