|  | @@ -12,8 +12,13 @@
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |          <template slot-scope="{type,size,row,index}" slot="menu">
 | 
	
		
			
				|  |  |            <!-- <el-button :size="size" :type="type" @click="check(row)">查看</el-button> -->
 | 
	
		
			
				|  |  | -          <el-button :size="size" :type="type"
 | 
	
		
			
				|  |  | -            :disabled="row.status != '录入' && row.status != '待确认' && row.item >= 1 || row.businessSource == '外部销售' || row.numberRows >= 1"
 | 
	
		
			
				|  |  | +          <!--  判断是否一键采购过 然后展示不同的判断按钮-->
 | 
	
		
			
				|  |  | +          <el-button v-if="row.shortcutWarehousingStatus == '1'" :size="size" :type="type"
 | 
	
		
			
				|  |  | +                     :disabled="row.status != '录入' && row.item >= 1"
 | 
	
		
			
				|  |  | +                     @click="$refs.crud.rowDel(row, index)">删除</el-button>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +          <el-button v-else :size="size" :type="type"
 | 
	
		
			
				|  |  | +            :disabled="row.status != '录入' && row.status != '待确认' && row.item >= 1 || row.numberRows >= 1"
 | 
	
		
			
				|  |  |              @click="$refs.crud.rowDel(row, index)">删除</el-button>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |          <template slot="corpNameSearch">
 |