|
@@ -95,8 +95,7 @@ const terminateEditRef = ref<RefType>(); // 终止修改ref
|
|
|
const onAudit = () => {
|
|
|
try {
|
|
|
const orderDetail = {
|
|
|
- visitId: state.ruleForm?.visitId,
|
|
|
- ...state.ruleForm?.visit?.order,
|
|
|
+ ...state.ruleForm.order,
|
|
|
};
|
|
|
let params = <EmptyObjectType>{};
|
|
|
switch (state.ruleForm.status) {
|
|
@@ -124,8 +123,9 @@ const onAudit = () => {
|
|
|
orderDetail,
|
|
|
extra: {
|
|
|
dialogTitle: '终止申请',
|
|
|
- inputPlaceholder: '请填写终止理由',
|
|
|
+ inputPlaceholder: '请填写终止申请理由',
|
|
|
annexName: '终止附件',
|
|
|
+ classify: '终止上传',
|
|
|
},
|
|
|
};
|
|
|
processAuditRef.value.openDialog(params);
|
|
@@ -146,7 +146,7 @@ const onAudit = () => {
|
|
|
dialogTitle: '终止审批',
|
|
|
inputPlaceholder: '审批意见',
|
|
|
annexName: '终止附件',
|
|
|
- classify: '终止附件',
|
|
|
+ classify: '终止上传',
|
|
|
},
|
|
|
};
|
|
|
processAuditRef.value.openDialog(params);
|