| | |
| | | > |
| | | <template slot-scope="{row}">{{ row.colour?row.colour:'/' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="weight" |
| | | label="重量" |
| | | show-tooltip-when-overflow |
| | | width="110" |
| | | sortable="custom" |
| | | > |
| | | <template slot-scope="{row}">{{ row.weight?row.weight:'/' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="totalnumber" |
| | | label="总料" |
| | | show-tooltip-when-overflow |
| | | width="110" |
| | | sortable="custom" |
| | | > |
| | | <template slot-scope="{row}">{{ row.totalnumber?row.totalnumber:'/' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="wkshp_name" |
| | | label="生产车间" |
| | |
| | | <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click.stop="del(row)" /> |
| | | </el-tooltip> |
| | | |
| | | <el-tooltip class="item" effect="dark" content="打印工单" placement="top"> |
| | | <!-- <i--> |
| | | <!-- class="el-icon-tickets"--> |
| | | <!-- style="cursor: pointer;color: #42b983;margin-right: 15px"--> |
| | | <!-- @click="check(row)"--> |
| | | <!-- />--> |
| | | <i |
| | | :style="{color:$store.state.settings.theme}" |
| | | class="el-icon-printer" |
| | | style="cursor: pointer;margin-right: 15px" |
| | | @click.stop="handlePrint(row.wo_code)" |
| | | /> |
| | | </el-tooltip> |
| | | <!-- <el-tooltip class="item" effect="dark" content="打印工单" placement="top">--> |
| | | <!-- <i--> |
| | | <!-- :style="{color:$store.state.settings.theme}"--> |
| | | <!-- class="el-icon-printer"--> |
| | | <!-- style="cursor: pointer;margin-right: 15px"--> |
| | | <!-- @click.stop="handlePrint(row.wo_code)"--> |
| | | <!-- />--> |
| | | <!-- </el-tooltip>--> |
| | | |
| | | <el-tooltip class="item" effect="dark" content="详情" placement="top"> |
| | | <i |