فهرست منبع

fix: 删除限制

zh 2 سال پیش
والد
کامیت
7f50c81ab4
1فایلهای تغییر یافته به همراه2 افزوده شده و 44 حذف شده
  1. 2 44
      src/views/sales_policy/components/TabelTransfer.vue

+ 2 - 44
src/views/sales_policy/components/TabelTransfer.vue

@@ -133,50 +133,8 @@
     </el-row>
     <!-- 销售政策类型 ———— 限量-->
     <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>
           <h4 style="display: inline-block; margin-right: 20px">经销商上限</h4>
           <el-divider />