Преглед на файлове

refactor(发货单): 移除库存表格中的挂起功能相关代码

liujt преди 7 месеца
родител
ревизия
099fd1b903

+ 2 - 3
src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

@@ -12,7 +12,6 @@
       full-height="calc(100vh - 76px)"
       :show-summary="clientEnvironmentId == 4"
       :summary-method="getSummaries"
-      :row-class-name="tableRowClassName"
     >
       <!-- 表头工具栏 -->
       <template v-slot:toolbar>
@@ -378,7 +377,7 @@
           替代料
         </el-link>
         
-        <template v-if="scope.row.batchNo && $hasPermission('eom:saleordersendrecord:pending' ) && needPending == 1">
+        <!-- <template v-if="scope.row.batchNo && $hasPermission('eom:saleordersendrecord:pending' ) && needPending == 1">
           <el-popconfirm
             v-if="scope.row.isSuspend === 1"
             class="ele-action"
@@ -397,7 +396,7 @@
           <el-link v-else type="primary" :underline="false" @click="pendingReplaceTable(scope.row, scope.$index)">
                 挂起
           </el-link>
-        </template>
+        </template> -->
       </template>
     </ele-pro-table>
     <productListNew

+ 0 - 2
src/views/saleManage/saleOrder/invoice/components/inventoryTableDetails.vue

@@ -6,13 +6,11 @@
     :datasource="form.datasource"
     row-key="id"
     @columns-change="handleColumnChange"
-    @row-click="handleRowClick"
     :cache-key="cacheKeyUrl"
     height="350"
     full-height="calc(100vh - 76px)"
     show-summary
     :summary-method="getSummaries"
-    :row-class-name="tableRowClassName"
   >
     <template v-slot:technicalDrawings="{ row }">
       <fileMain v-model="row.technicalDrawings" type="view"></fileMain>