修改状态
This commit is contained in:
		
							parent
							
								
									7c14015e22
								
							
						
					
					
						commit
						132fa3cbc6
					
				| 
						 | 
					@ -169,6 +169,7 @@
 | 
				
			||||||
      <el-table-column label="班组长" align="center" prop="leasePerson" :show-overflow-tooltip="true" />
 | 
					      <el-table-column label="班组长" align="center" prop="leasePerson" :show-overflow-tooltip="true" />
 | 
				
			||||||
      <el-table-column label="出库人" align="center" prop="outPerson" :show-overflow-tooltip="true" />
 | 
					      <el-table-column label="出库人" align="center" prop="outPerson" :show-overflow-tooltip="true" />
 | 
				
			||||||
      <el-table-column label="领料单号" align="center" prop="code" :show-overflow-tooltip="true" width="180"/>
 | 
					      <el-table-column label="领料单号" align="center" prop="code" :show-overflow-tooltip="true" width="180"/>
 | 
				
			||||||
 | 
					      <el-table-column label="领料方式" align="center" prop="leaseStyle" :show-overflow-tooltip="true" width="180"/>
 | 
				
			||||||
    </el-table>
 | 
					    </el-table>
 | 
				
			||||||
    <pagination
 | 
					    <pagination
 | 
				
			||||||
      v-show="total > 0"
 | 
					      v-show="total > 0"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue