wupengfei
2025-11-13 c675695faef95b623a6b3de6a02066118a42b98b
src/views/EmploymentManage/CheckReceiveTaskDetail.vue
@@ -78,7 +78,7 @@
      onClick: (role) => openDialog(role, true),
    },
  },
  exportBtn: {
  acceptanceBtn: {
    emits: {
      onClick: (role) => openDialog(role),
    },
@@ -87,7 +87,7 @@
        !(
          row.checkReceiveStatus === EnumTaskCheckReceiveStatus.WaitCheckReceive &&
          row.checkReceiveMethods.includes(EnumTaskCheckReceiveMethod.Submit) &&
          !taskInfo.value?.isInternal
          taskInfo.value?.isInternal
        ),
    },
  },
@@ -181,6 +181,9 @@
    id: row.id,
    checkReceiveMethods: state.checkReceiveMethods,
    isInternal: state.isInternal,
    tabType: state.checkReceiveMethods.includes(EnumTaskCheckReceiveMethod.CheckIn)
      ? 'signRecord'
      : '',
    isDetail,
  });
}
@@ -191,6 +194,7 @@
    checkReceiveMethods: [] as any as EnumTaskCheckReceiveMethod[],
    isInternal: false,
    isDetail: false,
    tabType: '',
  },
});