<% include ./sub_menu.ejs %>

微信通知

个人微信
<% if (accountData.wx_openid !== null && accountData.wx_openid !== '') { %>
解绑
<% } else { %>
<% } %>
企业微信

打开企业微信,在工作台页面,进入“纵横云计量”应用,绑定项目,即可使用企业微信进行相关计量业务审批。

如无“纵横云计量”应用,请先联系贵司企业微信管理员进行添加。

<% if (accountData.qywx_userid !== null) { %>
解绑
<% } else { %>
<% } %>
<% if ((accountData.wx_openid !== null && accountData.wx_openid !== '') || accountData.qywx_userid !== null) { %>
通知类型

勾选您需要接收的微信类型。

<% const user_wxType = accountData.wx_type !== '' ? JSON.parse(accountData.wx_type) : null; %> <% for (const s in smsType) { %> <% if (smsType[s].wechat) { %>
<% for (const c of smsType[s].children) { %>
checked<% } %>>
<% } %>
<% } %> <% } %>
<% } %>