| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="procedureName" label="生产员工" min-width="100px"></el-table-column> |
| | | <el-table-column prop="doneType" label="报工类型" min-width="100px"> |
| | | <!-- <el-table-column prop="doneType" label="报工类型" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span v-if="row.doneType==0" class="valid-style">合格</span> |
| | | <span v-else-if="row.doneType==1" class="unvalid-style">不良</span> |
| | |
| | | <template slot-scope="{row}"> |
| | | <span :class="row.doneType==0 ? 'valid-style' : (row.doneType==1 ? 'unvalid-style' : (row.doneType==2 ? 'scrap-style' : ''))">{{ row.num + row.umodel.name }}</span> |
| | | </template> |
| | | </el-table-column> --> |
| | | <el-table-column prop="qualifiedNum" label="合格数量" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span class="valid-style">{{ row.qualifiedNum + row.umodel.name }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="unqualifiedNum" label="不良数量" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span class="unvalid-style">{{ row.unqualifiedNum + row.umodel.name}}</span> |
| | | <!-- <span :class="row.materialDonetype==0 ? 'valid-style' : ''">{{ row.num + row.umodel.name }}</span> --> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="num" label="报工数量" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span>{{ row.num + row.umodel.name}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="amodel.code" label="工装器具" min-width="100px"></el-table-column> --> |
| | | <el-table-column prop="deviceCode" label="设备" show-overflow-tooltip min-width="100px"> |