Browse Source

修改bug

695593266@qq.com 2 days ago
parent
commit
15797da8bb
1 changed files with 6 additions and 6 deletions
  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>