fix 80842
This commit is contained in:
+2
-2
@@ -533,9 +533,9 @@ export default {
|
|||||||
if (!res.processApprovalRecord.commitText) {
|
if (!res.processApprovalRecord.commitText) {
|
||||||
res.processApprovalRecord.commitText = '同意'
|
res.processApprovalRecord.commitText = '同意'
|
||||||
}
|
}
|
||||||
// 审批意见
|
|
||||||
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
|
||||||
}
|
}
|
||||||
|
// 审批意见
|
||||||
|
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
||||||
return approvalInspectPlan(res)
|
return approvalInspectPlan(res)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
+2
-2
@@ -494,9 +494,9 @@ export default {
|
|||||||
if (!res.processApprovalRecord.commitText) {
|
if (!res.processApprovalRecord.commitText) {
|
||||||
res.processApprovalRecord.commitText = '同意'
|
res.processApprovalRecord.commitText = '同意'
|
||||||
}
|
}
|
||||||
// 审批意见
|
|
||||||
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
|
||||||
}
|
}
|
||||||
|
// 审批意见
|
||||||
|
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
||||||
return approvalInspectProcess(res)
|
return approvalInspectProcess(res)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
+2
-2
@@ -444,9 +444,9 @@ export default {
|
|||||||
if (!res.processApprovalRecord.commitText) {
|
if (!res.processApprovalRecord.commitText) {
|
||||||
res.processApprovalRecord.commitText = '同意'
|
res.processApprovalRecord.commitText = '同意'
|
||||||
}
|
}
|
||||||
// 审批意见
|
|
||||||
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
|
||||||
}
|
}
|
||||||
|
// 审批意见
|
||||||
|
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
||||||
return approvalInspectRectify(res)
|
return approvalInspectRectify(res)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
@@ -570,9 +570,9 @@ export default {
|
|||||||
if (!res.processApprovalRecord.commitText) {
|
if (!res.processApprovalRecord.commitText) {
|
||||||
res.processApprovalRecord.commitText = '同意'
|
res.processApprovalRecord.commitText = '同意'
|
||||||
}
|
}
|
||||||
// 审批意见
|
|
||||||
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
|
||||||
}
|
}
|
||||||
|
// 审批意见
|
||||||
|
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
||||||
return approvalPermissionApply(res)
|
return approvalPermissionApply(res)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
@@ -652,6 +652,9 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style lang="less" scoped>
|
||||||
|
// 右边框
|
||||||
|
.j-table .resize-table-th:last-child {
|
||||||
|
border-right: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -486,9 +486,9 @@ export default {
|
|||||||
if (!res.processApprovalRecord.commitText) {
|
if (!res.processApprovalRecord.commitText) {
|
||||||
res.processApprovalRecord.commitText = '同意'
|
res.processApprovalRecord.commitText = '同意'
|
||||||
}
|
}
|
||||||
// 审批意见
|
|
||||||
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
|
||||||
}
|
}
|
||||||
|
// 审批意见
|
||||||
|
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
|
||||||
return approvalPostMeetingManage(res)
|
return approvalPostMeetingManage(res)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user