zhangyuewww 3 years ago
parent
commit
c6223e8e3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouse/warehouseManagementRecord.vue

+ 1 - 1
src/views/warehouse/warehouseManagementRecord.vue

@@ -133,7 +133,7 @@
 						<template slot-scope="scope">
 						<template slot-scope="scope">
 							<!-- <img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
 							<!-- <img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
 								src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" /> -->
 								src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" /> -->
-          					<el-button @click="print(scope.row)"  v-hasPermission="`acquisitionManagement.acquisitionWeight.print`">打印</el-button >
+          					<el-button @click="print(scope.row)" v-if="scope.row.inOutType != '收购入库'"  v-hasPermission="`acquisitionManagement.acquisitionWeight.print`">打印</el-button >
 
 
 						</template>
 						</template>
 					</el-table-column>
 					</el-table-column>