相关方人员信息审批流程新增,股份端直接审批功能。
parent
643253af79
commit
9f501ce25b
|
@ -42,8 +42,8 @@
|
||||||
<el-table-column label="操作" align="center" width="450">
|
<el-table-column label="操作" align="center" width="450">
|
||||||
<template slot-scope="{row}">
|
<template slot-scope="{row}">
|
||||||
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleShow(row)">详情</el-button>
|
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleShow(row)">详情</el-button>
|
||||||
<el-button v-if="false" type="primary" icon="el-icon-edit" size="mini" @click="handleFlowShow(row)">流程详情</el-button>
|
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleFlowShow(row)">流程详情</el-button>
|
||||||
<el-button v-if="false" type="primary" icon="el-icon-edit" size="mini" @click="handleFlowStepShow(row)">审批流程</el-button>
|
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleFlowStepShow(row)">审批流程</el-button>
|
||||||
<el-button v-if="row.power_flag === '1'" type="primary" icon="el-icon-s-claim" size="mini" @click="approve([row])">审批</el-button>
|
<el-button v-if="row.power_flag === '1'" type="primary" icon="el-icon-s-claim" size="mini" @click="approve([row])">审批</el-button>
|
||||||
<el-button v-if="false" type="success" icon="el-icon-edit" size="mini" @click="getUserInfo(row)">电子合格证</el-button>
|
<el-button v-if="false" type="success" icon="el-icon-edit" size="mini" @click="getUserInfo(row)">电子合格证</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -216,7 +216,7 @@ export default {
|
||||||
formData.append('chengNuoShu', this.form.APPOINT_ANNEX[i].raw)
|
formData.append('chengNuoShu', this.form.APPOINT_ANNEX[i].raw)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
upload('/xgf/user/approvePlus', formData)
|
upload('/xgf/user/approveMax', formData)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
this.$message.success('推送成功')
|
this.$message.success('推送成功')
|
||||||
this.visible = false
|
this.visible = false
|
||||||
|
|
|
@ -47,7 +47,7 @@ export default {
|
||||||
},
|
},
|
||||||
sendMessage(row) {
|
sendMessage(row) {
|
||||||
requestFN(
|
requestFN(
|
||||||
'/xgf/user/approve',
|
'/xgf/user/approveMax',
|
||||||
{
|
{
|
||||||
list: this.heirloom,
|
list: this.heirloom,
|
||||||
STATUS: this.value,
|
STATUS: this.value,
|
||||||
|
|
Loading…
Reference in New Issue