验货导入订单
This commit is contained in:
		
							parent
							
								
									0b819ec0eb
								
							
						
					
					
						commit
						27a032af9f
					
				| 
						 | 
					@ -264,7 +264,7 @@
 | 
				
			||||||
                    <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
 | 
					                    <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
 | 
				
			||||||
                        <template slot-scope="scope">
 | 
					                        <template slot-scope="scope">
 | 
				
			||||||
                            <el-button size="mini" type="text"
 | 
					                            <el-button size="mini" type="text"
 | 
				
			||||||
                                @click="confirmImport(scope.row)"  v-if="scope.row.orderStatus==2"
 | 
					                                @click="confirmImport(scope.row)"  v-if="scope.row.orderStatus==2||scope.row.orderStatus==3"
 | 
				
			||||||
                            >导入</el-button>
 | 
					                            >导入</el-button>
 | 
				
			||||||
                        </template>
 | 
					                        </template>
 | 
				
			||||||
                    </el-table-column>
 | 
					                    </el-table-column>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -171,7 +171,7 @@
 | 
				
			||||||
            <el-button
 | 
					            <el-button
 | 
				
			||||||
                size="mini"
 | 
					                size="mini"
 | 
				
			||||||
                type="text"
 | 
					                type="text"
 | 
				
			||||||
                icon="el-icon-edit" v-if="scope.row.orderStatus==2||scope.row.orderStatus==3"
 | 
					                icon="el-icon-edit" v-if="scope.row.orderStatus==2"
 | 
				
			||||||
                @click="handlePurchaseInspection(scope.row)" 
 | 
					                @click="handlePurchaseInspection(scope.row)" 
 | 
				
			||||||
            >生成采购验货</el-button> 
 | 
					            >生成采购验货</el-button> 
 | 
				
			||||||
            <el-button
 | 
					            <el-button
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue