whj há 1 ano atrás
pai
commit
0c4cae9898

+ 4 - 4
src/views/purchase/purchase-marge-page/PurchaseMargePage.vue

@@ -34,19 +34,19 @@
       <div class="table-operator" style="margin-bottom: 8px;">
         <!-- <a-button v-if="$auth('longyanpurchaseorder-menu-add')" type="primary" icon="plus" @click="$refs.baseForm.base()">采购申请</a-button> -->
         <!--        <a-button v-if="$auth('purchase-purchase-orders-add')" style="margin-left: 8px" type="primary" icon="plus" @click="$refs.addSpareForm.base()">新增物料</a-button>-->
-        <a-dropdown v-if="selectedRowKeys.length > 0 ">
-          <!-- <a-menu slot="overlay">
+        <!-- <a-dropdown v-if="selectedRowKeys.length > 0 ">
+          <a-menu slot="overlay">
             <a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
               <a-menu-item key="1"><a-icon type="delete" /><a>删除</a></a-menu-item>
             </a-popconfirm>
-          </a-menu> -->
+          </a-menu>
           <a-menu slot="overlay">
             <a-menu-item key="1" @click="handleMerge"><a-icon type="apartment" />合并</a-menu-item>
           </a-menu>
           <a-button style="margin-left: 8px">
             批量操作 <a-icon type="down" />
           </a-button>
-        </a-dropdown>
+        </a-dropdown> -->
       </div>
 
       <s-table