| | |
| | | </el-form> |
| | | <el-button slot="reference" type="primary" size="small">快捷下发</el-button> |
| | | </el-popover> |
| | | <el-button size="small" type="primary" @click="page">刷新</el-button> |
| | | <el-button size="small" type="primary" @click="handleAdd">新增</el-button> |
| | | <el-button size="small" type="success" @click="handleAdd">手动新增工单</el-button> |
| | | <el-button icon="el-icon-refresh" circle @click="page"></el-button> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | |
| | | this.page(); |
| | | }) |
| | | } |
| | | }) |
| | | }) |
| | | }, |
| | | // 选中工单下发 |
| | | selectedDistribute() { |
| | | if (this.multipleSelection.length < 1) { |
| | | this.$message.warning("请先选择要下发的工单") |
| | | return |
| | | } |
| | | } |
| | | this.selectedIdsDistributeForm.unitId = this.unitId; |
| | | this.selectedIdsDistributeForm.ids = this.multipleSelection; |
| | | selectedIdsDistribute(this.selectedIdsDistributeForm).then(res => { |