codeMan před 2 roky
rodič
revize
b7e1bf3dc1

+ 2 - 2
src/HDrpManagement/orderManage/details/tabs/addProduct.vue

@@ -3,13 +3,13 @@
   <div class="flex-align-center flex-between mt-10">
     <div>
       <el-input class="inline-16" style="width:200px" size="small"  suffix-icon="el-icon-search" v-model="params.content.where.condition" placeholder="产品名称,编号" @keyup.enter.native="listData(params.content.pageNumber = 1)" @clear="listData(params.content.pageNumber = 1)" clearable></el-input>
-      <uploadAllData 
+      <!-- <uploadAllData 
         class="inline-16"
         :total="total" 
         @handlePullApi="handlePullApi"
         @handleUploadApi="handleUploadApi"
         @onSuccess="onSuccess"
-      ></uploadAllData>
+      ></uploadAllData> -->
     </div>
     <el-button type="primary" size="small" :disabled="tableSelectData.length === 0" @click="onConfirm">添加选中商品</el-button>
   </div>

+ 2 - 2
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -5,7 +5,7 @@
         <slot name="operation"></slot>
         <el-button style="margin:0 0 10px 10px" size="small" type="primary" :disabled="data.status !== '新建'" v-if="type !== 'confirmdate'" @click="drawer = true">{{setcol === 24?'添 加':'取 消'}}</el-button>
         <excel style="margin:0 0 10px 10px" :tablecols="columnTitle" :param="param" :total="total" :excelTitle="excelTitle"></excel>
-        <uploadAllData 
+        <!-- <uploadAllData 
           style="margin:0 0 10px 10px"
           :total="total" 
           @onSuccess="listData()"
@@ -13,7 +13,7 @@
           @handleDelApi="handleDelApi"
           idName="sa_orderitemsid"
           type="del"
-        ></uploadAllData>
+        ></uploadAllData> -->
       </div>
       <p class="normal-margin" style="font-size: 13px !important;color:red;font-weight: normal" v-if="data.status === '新建'">{{checkFreefreightamount}}</p>
       <el-table

+ 1 - 0
src/HManagement/marketing2/agent/index.vue

@@ -22,6 +22,7 @@
             :errorUrl="errorUrl" 
             @clearUrl="errorUrl = null" 
             @onSuccess="bindImportOrder"
+            v-if="tool.checkAuth($route.name,'export')"
           ></importFile>
         </div>
         <div slot="custom">