소스 검색

修改bug

695593266@qq.com 1 일 전
부모
커밋
614a87022b
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/bpm/stockManagement/storage.vue

+ 6 - 6
src/views/bpm/stockManagement/storage.vue

@@ -135,16 +135,16 @@
         </el-row>
       </el-form>
       <div class="inbound_details">
-        <header-title title="产品信息">
+        <!-- <header-title title="产品信息">
           <el-button type="primary" @click="addProduct">添加</el-button>
-        </header-title>
+        </header-title> -->
         <div class="form_table">
           <el-form
             ref="productListRef"
             :model="{ productList: productList }"
             :show-message="false"
           >
-            <div style="text-align: right; margin-bottom: 10px">
+            <!-- <div style="text-align: right; margin-bottom: 10px">
               <el-button
                 v-if="productList.length != 0"
                 type="success"
@@ -161,7 +161,7 @@
                 @click="handleWareHouse(productList, '', 'batch')"
                 >批量选择仓库</el-button
               >
-            </div>
+            </div> -->
             <ele-pro-table
               ref="productListTable"
               :needPage="false"
@@ -462,7 +462,7 @@
               </template>
 
               <!-- 操作 -->
-              <template v-slot:action="{ row, $index }">
+              <!-- <template v-slot:action="{ row, $index }">
                 <el-button
                   type="text"
                   v-show="!row.isSave"
@@ -478,7 +478,7 @@
                 <el-button type="text" @click="listDel(row, $index)"
                   >删除</el-button
                 >
-              </template>
+              </template> -->
             </ele-pro-table>
           </el-form>
         </div>