|
@@ -133,50 +133,8 @@
|
|
</el-row>
|
|
</el-row>
|
|
<!-- 销售政策类型 ———— 限量-->
|
|
<!-- 销售政策类型 ———— 限量-->
|
|
<div>
|
|
<div>
|
|
- <div v-if="policyType === 'LIMIT'">
|
|
|
|
- <div>
|
|
|
|
- <h4 style="display: inline-block; margin-right: 20px">经销商上限</h4>
|
|
|
|
- <el-divider />
|
|
|
|
- </div>
|
|
|
|
- <div style="margin: 20px 0">
|
|
|
|
- <el-upload
|
|
|
|
- class="import-btn cus-btn"
|
|
|
|
- :action="baseURL + 'student/import'"
|
|
|
|
- :http-request="handleImports"
|
|
|
|
- :file-list="importFileList"
|
|
|
|
- :show-file-list="false"
|
|
|
|
- >
|
|
|
|
- <el-button type="primary" size="mini">导入经销商</el-button>
|
|
|
|
- </el-upload>
|
|
|
|
- <el-button type="primary" size="mini" @click="hanleDownloadFilesPolicy">下载模板</el-button>
|
|
|
|
- <!-- <el-button
|
|
|
|
- type="primary"
|
|
|
|
- size="mini"
|
|
|
|
- @click="()=>{
|
|
|
|
- buyNumvisible = true
|
|
|
|
- handelBatchData()
|
|
|
|
- }"
|
|
|
|
- >批量修改上限</el-button> -->
|
|
|
|
- </div>
|
|
|
|
- <el-row type="flex" style="margin: 20px 0">
|
|
|
|
- <el-col :xs="24" :sm="12" :lg="14">
|
|
|
|
- <el-input v-model="keyword2" placeholder="查找经销商" size="mini" />
|
|
|
|
- </el-col>
|
|
|
|
- <el-col
|
|
|
|
- :xs="24"
|
|
|
|
- :sm="1"
|
|
|
|
- :lg="1"
|
|
|
|
- style="margin-left: 10px"
|
|
|
|
- ><el-button size="mini" @click="submitScreenForm2">确定</el-button></el-col>
|
|
|
|
- <el-col
|
|
|
|
- :xs="24"
|
|
|
|
- :sm="1"
|
|
|
|
- :lg="1"
|
|
|
|
- style="margin-left: 20px"
|
|
|
|
- ><el-button size="mini" @click="resetScreenForm2">重置</el-button></el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </div>
|
|
|
|
- <div v-else>
|
|
|
|
|
|
+
|
|
|
|
+ <div>
|
|
<div>
|
|
<div>
|
|
<h4 style="display: inline-block; margin-right: 20px">经销商上限</h4>
|
|
<h4 style="display: inline-block; margin-right: 20px">经销商上限</h4>
|
|
<el-divider />
|
|
<el-divider />
|