| | |
| | | <i |
| | | class="el-icon-edit-outline" |
| | | :style="{color:$store.state.settings.theme}" |
| | | @click.stop="edit('edit',row)" |
| | | @click="edit('edit',row)" |
| | | /> |
| | | </el-tooltip> |
| | | |
| | | <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top"> |
| | | <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click.stop="del(row)" /> |
| | | <i class="el-icon-delete" :style="{color:$store.state.settings.theme}" @click="del(row)" /> |
| | | </el-tooltip> |
| | | |
| | | <el-tooltip class="item" effect="dark" content="打印工单" placement="top"> |
| | |
| | | :style="{color:$store.state.settings.theme}" |
| | | class="el-icon-printer" |
| | | style="cursor: pointer;margin-right: 15px" |
| | | @click.stop="handlePrint(row.wo_code,row.saleOrderCod)" |
| | | @click="handlePrint(row.wo_code,row.saleOrderCod)" |
| | | /> |
| | | </el-tooltip> |
| | | |
| | |
| | | class="el-icon-view" |
| | | style="cursor: pointer;" |
| | | :style="{color:$store.state.settings.theme}" |
| | | @click.stop="edit('view',row)" |
| | | @click="edit('view',row)" |
| | | /> |
| | | </el-tooltip> |
| | | |
| | |
| | | placeholder="请输入工序单价" |
| | | oninput="value=value.replace(/[^0-9.]/g,'')" |
| | | style="width: 100%" |
| | | @click.stop="" |
| | | @click="" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="" |
| | | top="7vh" |
| | | :visible.sync="dialogVisibleApprove" |
| | | width="812px" |
| | | class="dialogVisibleConfirmClass" |