|
|
|
@ -291,7 +291,7 @@ |
|
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
<template v-if="authSubmit"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.tpProcessControl !== 'Y' && modalData.csProcessControl !== 'Y'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="authReject"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.isReject === 'Y'" type="primary" :loading="submitLoading" @click="submitDataModal">驳回</el-button> |
|
|
|
@ -398,7 +398,7 @@ |
|
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
<template v-if="authSubmit"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.tpProcessControl !== 'Y' && modalData.csProcessControl !== 'Y'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="authReject"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.isReject === 'Y'" type="primary" :loading="submitLoading" @click="submitDataModal">驳回</el-button> |
|
|
|
@ -556,7 +556,7 @@ |
|
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
<template v-if="authSubmit"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.tpProcessControl !== 'Y' && modalData.csProcessControl !== 'Y'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="authReject"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.isReject === 'Y'" type="primary" :loading="submitLoading" @click="submitDataModal">驳回</el-button> |
|
|
|
@ -618,7 +618,7 @@ |
|
|
|
<el-button type="primary" @click="modalFlag = false">关闭</el-button> |
|
|
|
<template v-if="modalData.createBy2 && modalData.createBy2.split(';').includes(createBy2)"> |
|
|
|
<template v-if="authSubmit"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.tpProcessControl !== 'Y' && modalData.csProcessControl !== 'Y'" type="primary" :loading="submitLoading" @click="agreeSubmit">同意</el-button> |
|
|
|
</template> |
|
|
|
<template v-if="authReject"> |
|
|
|
<el-button v-if="modalData.changeStatus === '审批中' && modalData.isReject === 'Y'" type="primary" :loading="submitLoading" @click="submitDataModal">驳回</el-button> |
|
|
|
@ -1555,7 +1555,9 @@ |
|
|
|
rejectOpinion: '', |
|
|
|
nodeId: '', |
|
|
|
buNo: '', |
|
|
|
createBy2: '' |
|
|
|
createBy2: '', |
|
|
|
tpProcessControl: '', |
|
|
|
csProcessControl: '' |
|
|
|
}, |
|
|
|
costImpactData: { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
@ -3583,7 +3585,9 @@ |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
nodeId: row.nodeId, |
|
|
|
buNo: row.buNo, |
|
|
|
createBy2: row.createBy2 |
|
|
|
createBy2: row.createBy2, |
|
|
|
tpProcessControl: row.tpProcessControl, |
|
|
|
csProcessControl: row.csProcessControl |
|
|
|
} |
|
|
|
this.changeTitle = '变更申请-' + this.modalData.changeNo |
|
|
|
// 查选择的ECN种类 |
|
|
|
|