最新消息:本站持续更新中,请注意添加收藏夹。搜索关键词时,多换一个同义词。比如要搜索界面,可以尝试页面,画面,PER档等词汇。善于搜索,将大大提高你的查找效率。

T100首次使用及异常提交

前端操作 bron1984 4081浏览

1.2.4 切换据点

 

如下图所示,在主界面切换。

1.2.5 账号设定

1.3 FAQ 问题反馈

1.3.1 设置 MAIIL 服务器-azzi918

注意:以下的设置不同的企业编号都要设置一遍。图一:设置 MAIIL 服务器

以上设置是台湾主机,密码 tiptop

以上设置是注册的外网主机,密码 digiwin100

 

1.3.2 设置客服 MAIL-azzi930

BUG 发生时,需要通知的人

1.3.3 设置员工 MAIL-aooi130

图三:任何反应 BUG 的人,需要设置其 MAIL

汇入员工基本资料:维护完一个企业编号 99 汇入另外一个企业编号 20 的 SQL:

 

select * from ooag_t where ooag001 in ('00886','03297','04636','05546')

create table wangzxc as

select * from ooag_t where ooag001 in ('00886','03297','04636','05546') where ooagent=99

update wangzxc set ooagent=20

insert into ooag_t select * from wangzxc

drop table wangzxc

select * from ooag_t where ooag001 in ('00886','03297','04636','05546') where ooagent=20

汇入通讯方式:(例如 99 汇入 20)

select * from oofc_t where exists

(select 1 from ooag_t where ooag002=oofc002

and ooag001 in ('00886','03297','04636','05546') )

create table wangzxc as select * from oofc_t where exists

(select 1 from ooag_t where ooag002=oofc002

and ooag001 in ('00886','03297','04636','05546') ) and oofcent=99

update wangzxc set oofcent=20

insert into oofc_t select * from wangzxc

drop table wangzxc

select * from oofc_t where exists

(select 1 from ooag_t where ooag002=oofc002

and ooag001 in ('00886','03297','04636','05546') ) and oofcent=20

 

 

1.3.4 在线 HELP 提交-azzi931

1.作业串接按钮维护

很多作业都是如下图所示通过按钮串接

2. 直接维护 HELP- azzi931

如果有的作业没有帮助按钮,也可直接开启维护 help 信息程序 azzi931,如下图所示:

1.3.5 问题管制表-azzi932

1.3.6 其他-FAQ 记录及查询-azzi932

适用于流程和技术咨询

1.3.7 注意事项

要在问题描述中写清楚出现此问题的企业编号,据点,作业编号,测试数据等基础问题,否则无法还原情况处理。

转载请注明:赫非域 » T100首次使用及异常提交