|
@ -9,9 +9,9 @@ |
|
|
<el-button type="danger" icon="el-icon-close" @click="batchUpdateBohui('danger')"> |
|
|
<el-button type="danger" icon="el-icon-close" @click="batchUpdateBohui('danger')"> |
|
|
拒绝退回 |
|
|
拒绝退回 |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button type="primary" icon="el-icon-check" @click="renwuFp()"> |
|
|
<!-- <el-button type="primary" icon="el-icon-check" @click="renwuFp()"> |
|
|
重新分配 |
|
|
重新分配 |
|
|
</el-button> |
|
|
</el-button> --> |
|
|
<el-button type="danger" icon="el-icon-close" @click="renwuZf()"> |
|
|
<el-button type="danger" icon="el-icon-close" @click="renwuZf()"> |
|
|
作废数据 |
|
|
作废数据 |
|
|
</el-button> |
|
|
</el-button> |
|
@ -231,10 +231,10 @@ export default { |
|
|
// } |
|
|
// } |
|
|
// } // 起重科室张楠需要此功能,电梯可以统一后需要退回到待分配里面。 |
|
|
// } // 起重科室张楠需要此功能,电梯可以统一后需要退回到待分配里面。 |
|
|
this.apibjd({ |
|
|
this.apibjd({ |
|
|
url: '/renwu/getRenwuListByIds', |
|
|
url: '/renwu/completeAllot', |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
params: { |
|
|
params: { |
|
|
renwuids: this.$refs.list.selection.map(rw => { |
|
|
completeAllotDTO: this.$refs.list.selection.map(rw => { |
|
|
return rw.id |
|
|
return rw.id |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|