| | |
| | | |
| | | async function handleSendShotMessage() { |
| | | try { |
| | | const selectionRows = getSelectionRows(); |
| | | if (selectionRows) { |
| | | if (selectionRows.some((x) => x.status === 10)) { |
| | | await Message.tipMessage('勾选人员中包含已签约完成人员,确认要继续发送短信通知吗?'); |
| | | } |
| | | handleShotMessageAdd({ |
| | | ids: selectionRows.map((x) => x.id), |
| | | name: '人员签约通道短信', |
| | | }); |
| | | } |
| | | Message.warnMessage('功能开发中'); |
| | | // const selectionRows = getSelectionRows(); |
| | | // if (selectionRows) { |
| | | // if (selectionRows.some((x) => x.status === 10)) { |
| | | // await Message.tipMessage('勾选人员中包含已签约完成人员,确认要继续发送短信通知吗?'); |
| | | // } |
| | | // handleShotMessageAdd({ |
| | | // ids: selectionRows.map((x) => x.id), |
| | | // name: '人员签约通道短信', |
| | | // }); |
| | | // } |
| | | } catch (error) {} |
| | | } |
| | | |
| | |
| | | downloadFileByUrl(ImportEnterpriseEmployeesTempPath, '批量导入模板'); |
| | | } |
| | | |
| | | function handleBatchUnSign() {} |
| | | function handleBatchUnSign() { |
| | | try { |
| | | Message.warnMessage('功能开发中'); |
| | | } catch (error) {} |
| | | } |
| | | |
| | | function handleSign(row: API.GetEnterpriseEmployeesQueryResultItem) {} |
| | | function handleBatchSign() {} |
| | | function handleSign(row: API.GetEnterpriseEmployeesQueryResultItem) { |
| | | Message.warnMessage('功能开发中'); |
| | | } |
| | | function handleBatchSign() { |
| | | Message.warnMessage('功能开发中'); |
| | | } |
| | | async function handleUnSign(row: API.GetEnterpriseEmployeesQueryResultItem) { |
| | | try { |
| | | await Message.tipMessage('确定解约用户?'); |
| | | Message.warnMessage('功能开发中'); |
| | | // await Message.tipMessage('确定解约用户?'); |
| | | } catch (error) {} |
| | | } |
| | | |