|  |  |  | 
|---|
|  |  |  | <el-table-column prop="batch" label="生产批次号" min-width="100px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="promodel.name" label="工序" min-width="100px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="omodel.planNum" label="计划数量" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <!-- <template slot-scope="{row}"> | 
|---|
|  |  |  | <span>{{ row.omodel.planNum + row.umodel.name }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </template> --> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column prop="procedureName" label="生产员工" show-overflow-tooltip min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | 
|---|
|  |  |  | created () { | 
|---|
|  |  |  | this.config({ | 
|---|
|  |  |  | module: '投料记录', | 
|---|
|  |  |  | api: '/ext/workorderRecordExt', | 
|---|
|  |  |  | api: '/ext/workorderRecordPutExt', | 
|---|
|  |  |  | 'field.id': 'id', | 
|---|
|  |  |  | 'field.main': 'name', | 
|---|
|  |  |  | sorts: [{ direction: 'DESC', property: 'CREATE_TIME' }] | 
|---|