src/views/system/work-order/distribute/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/work-order/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/system/work-order/distribute/index.vue
@@ -135,7 +135,7 @@ </el-row> <!-- 添加或修改【请填写功能名称】对话框 --> <el-dialog :title="detailName" :visible.sync="open" width="500px" append-to-body> <el-dialog title="手动新增工单" :visible.sync="open" width="500px" append-to-body> <el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form-item label="运维单位" prop="unitId"> <el-select v-model="form.unitId" placeholder="请选择"> @@ -374,7 +374,7 @@ console.log(key, keyPath); }, getList() { this.page() }, // 多选框选中数据 handleSelectionChange(selection) { src/views/system/work-order/index.vue
@@ -17,6 +17,7 @@ </el-form-item> <el-form-item label="工单状态" prop="status"> <el-select v-model="queryParams.status" placeholder="工单状态" @change="handleQuery"> <el-option label="全部" value=""></el-option> <el-option label="待处理" value="DISTRIBUTED"></el-option> <el-option label="待审核" value="YW_HANDLE"></el-option> <el-option label="已完成" value="AUDITING_SUCCESS"></el-option> @@ -716,9 +717,7 @@ this.queryParams.params = {} this.queryParams['start'] = this.daterangeYwHandleTime ? this.daterangeYwHandleTime[0] : null this.queryParams['end'] = this.daterangeYwHandleTime ? this.daterangeYwHandleTime[1] : null if (this.queryParams['status'] == '') { this.queryParams['status'] = 'DISTRIBUTED' } listWorkOrder(this.queryParams).then(response => { // response.data.forEach(item => { // if (item.errorType) {