| | |
| | | import * as enterpriseEmployeeServices from '@12333/services/apiV2/enterpriseEmployee'; |
| | | import _ from 'lodash'; |
| | | import { Message, trim } from '@12333/utils'; |
| | | import { SignCard } from '@12333/components'; |
| | | import { SignCard, ChunkTitle } from '@12333/components'; |
| | | import Taro from '@tarojs/taro'; |
| | | import { goBack } from '@/utils'; |
| | | |
| | |
| | | |
| | | const router = Taro.useRouter(); |
| | | const enterpriseEmployeeId = router.params?.enterpriseEmployeeId ?? ''; |
| | | const enterpriseId = router.params?.enterpriseId ?? ''; |
| | | |
| | | const searchValue = ref(''); |
| | | const queryState = reactive({ |
| | |
| | | }, |
| | | keywords: queryState.keywords, |
| | | status: EnumContractTemplateStatus.Completed, |
| | | enterpriseId: enterpriseId, |
| | | }; |
| | | |
| | | return electronSignServices.getEnterpriseContractTemplates(params, { |
| | |
| | | }; |
| | | let res = await enterpriseEmployeeServices.inviteElectronSign(params); |
| | | if (res) { |
| | | Message.success('签约成功', { |
| | | Message.success('邀请成功', { |
| | | onClosed() { |
| | | goBack(); |
| | | }, |