1、调整合同
2、调整项目 3、调整付款管理
This commit is contained in:
@@ -148,6 +148,16 @@ export const config = {
|
||||
stage: ['formal'],
|
||||
permission: 'contract_manage_reject',
|
||||
},
|
||||
{
|
||||
action: 'submitFormal',
|
||||
label: '转正式合同',
|
||||
statusProp: 'approvalStatus',
|
||||
status: ['approved'],
|
||||
stage: ['temporary'],
|
||||
permission: 'contract_manage_formal',
|
||||
confirmMessage: '确定将该临时合同提交正式合同审批吗?',
|
||||
successMessage: '已提交正式合同审批',
|
||||
},
|
||||
{
|
||||
action: 'submitFormal',
|
||||
label: '重新提交转正',
|
||||
|
||||
Reference in New Issue
Block a user