|
@ -19,11 +19,11 @@ |
|
|
</sticky> |
|
|
</sticky> |
|
|
<el-form> |
|
|
<el-form> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-select v-model="listQuery.searchRw.shebeizhongleidaima" placeholder="请选择设备种类" clearable> |
|
|
<el-select v-model="listQuery.shebeizhongleidaima" placeholder="请选择设备种类" clearable> |
|
|
<el-option v-for="item in sbzlList" :key="item.value" :label="item.label" :value="item.value" /> |
|
|
<el-option v-for="item in sbzlList" :key="item.value" :label="item.label" :value="item.value" /> |
|
|
</el-select> |
|
|
</el-select> |
|
|
<el-input v-model="listQuery.searchRw.serialNumber" placeholder="报检单号" clearable style="width: 160px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.serialNumber" placeholder="报检单号" clearable style="width: 160px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.searchRw.shiyongdanwei" placeholder="使用单位名称" clearable style="width: 300px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.shiyongdanwei" placeholder="使用单位名称" clearable style="width: 300px" @keyup.enter.native="handleFilter" /> |
|
|
<el-button type="primary" icon="el-icon-search" @click="handleFilter"> |
|
|
<el-button type="primary" icon="el-icon-search" @click="handleFilter"> |
|
|
查询 |
|
|
查询 |
|
|
</el-button> |
|
|
</el-button> |
|
@ -31,8 +31,8 @@ |
|
|
清除 |
|
|
清除 |
|
|
</el-button> |
|
|
</el-button> |
|
|
<br> |
|
|
<br> |
|
|
<el-input v-model="listQuery.searchRw.zhucedaima" placeholder="注册代码" clearable style="width: 220px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.zhucedaima" placeholder="注册代码" clearable style="width: 220px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.searchRw.shiyongdengjibianhao" placeholder="使用登记证编号" clearable style="width: 180px" @keyup.enter.native="handleFilter" /> |
|
|
<el-input v-model="listQuery.shiyongdengjibianhao" placeholder="使用登记证编号" clearable style="width: 180px" @keyup.enter.native="handleFilter" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
@ -76,9 +76,6 @@ |
|
|
<el-button type="danger" size="mini" circle icon="el-icon-close" title="拒绝" @click="updateBohui(scope.row.id, 'danger')" /> |
|
|
<el-button type="danger" size="mini" circle icon="el-icon-close" title="拒绝" @click="updateBohui(scope.row.id, 'danger')" /> |
|
|
</span> |
|
|
</span> |
|
|
<el-button size="mini" type="info" icon="el-icon-message" title="查看退回原因" circle @click="viewBohui(scope.row.id)" /> |
|
|
<el-button size="mini" type="info" icon="el-icon-message" title="查看退回原因" circle @click="viewBohui(scope.row.id)" /> |
|
|
<el-button size="mini" type="info" title="查看退回附件" circle @click="viewFujian(scope.row.id)"> |
|
|
|
|
|
<svg-icon icon-class="old" /> |
|
|
|
|
|
</el-button> |
|
|
|
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
@ -159,8 +156,7 @@ export default { |
|
|
tempDepartment: {}, |
|
|
tempDepartment: {}, |
|
|
listQuery: { |
|
|
listQuery: { |
|
|
pageNum: 1, // 页码 |
|
|
pageNum: 1, // 页码 |
|
|
pageRow: 20, // 每页条数 |
|
|
pageRow: 20 // 每页条数 |
|
|
searchRw: {} |
|
|
|
|
|
}, |
|
|
}, |
|
|
renwudan: { |
|
|
renwudan: { |
|
|
teamId: '', |
|
|
teamId: '', |
|
@ -192,7 +188,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
this.getList() |
|
|
// this.getList() |
|
|
this.getSbzlList() |
|
|
this.getSbzlList() |
|
|
this.getDepartment() |
|
|
this.getDepartment() |
|
|
this.getUserList(this.departmentId) |
|
|
this.getUserList(this.departmentId) |
|
@ -263,7 +259,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
viewBohui(id) { // 任务撤回 |
|
|
viewBohui(id) { // 任务撤回 |
|
|
this.api({ |
|
|
this.api({ |
|
|
url: '/taskinfoView/list', |
|
|
url: '/taskinfo/list', |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
params: { |
|
|
params: { |
|
|
renwuId: id |
|
|
renwuId: id |
|
@ -465,11 +461,14 @@ export default { |
|
|
}, |
|
|
}, |
|
|
handleFilter() { |
|
|
handleFilter() { |
|
|
// 查询事件 |
|
|
// 查询事件 |
|
|
|
|
|
console.log(this.listQuery) |
|
|
this.listQuery.pageNum = 1 |
|
|
this.listQuery.pageNum = 1 |
|
|
this.getList() |
|
|
this.getList() |
|
|
}, |
|
|
}, |
|
|
clearSearch() { |
|
|
clearSearch() { |
|
|
this.listQuery.searchRw = { |
|
|
this.listQuery = { |
|
|
|
|
|
pageNum: 1, // 页码 |
|
|
|
|
|
pageRow: 20 |
|
|
} |
|
|
} |
|
|
this.getList() |
|
|
this.getList() |
|
|
}, |
|
|
}, |
|
|