Browse Source

fix:定案表审核提交需要填写发文日期和审批报告,审计报告提交需要上传审计附件

main
buaixuexideshitongxue 3 weeks ago
parent
commit
8b1acb70a9
  1. 4
      src/views/report/edit/controlPrice.vue

4
src/views/report/edit/controlPrice.vue

@ -339,6 +339,8 @@ const saveFun = async () => {
await formDataRef.value.validate(); await formDataRef.value.validate();
} else if (["first", "second", "third"].includes(formData.value.project.node)) { } else if (["first", "second", "third"].includes(formData.value.project.node)) {
await formReviewRef.value.validate(); await formReviewRef.value.validate();
} else if (["original"].includes(formData.value.project.node)) {
await formDataRef.value.validate(); //
} }
loading.value = true; loading.value = true;
@ -498,7 +500,7 @@ const removeFun = async () => {
// //
const approveFun = async () => { const approveFun = async () => {
debugger debugger
if (['first','second'].includes(formData.value.project.node)){ if (['audit'].includes(formData.value.project.node)){
if (!hasAuditAttachment()) { if (!hasAuditAttachment()) {
feedback.msgWarning("请上传【审计附件】"); feedback.msgWarning("请上传【审计附件】");
activeName.value = "audit"; activeName.value = "audit";

Loading…
Cancel
Save