随笔分类 -  BPM

摘要:EMIP根目录下index.html 阅读全文
posted @ 2019-08-02 15:33 一锤定音 阅读(220) 评论(0) 推荐(0)
摘要:string Businessdate= Convert.ToString(Context.Current.FormDataSet["Dailyfundreport.Businessdate"]);string Unit= Convert.ToString(Context.Current.FormD 阅读全文
posted @ 2019-08-01 16:41 一锤定音 阅读(440) 评论(0) 推荐(0)
摘要:delete from BPMInstProcSteps;delete from BPMInstRouting;delete from BPMInstTasks;delete from BPMSysMessagesFailed;delete from BPMSysMessagesSucceed;de 阅读全文
posted @ 2019-08-01 16:39 一锤定音 阅读(300) 评论(0) 推荐(0)
摘要:Context context = Context.Current; string query1 = "delete from Dailyfundreport_B where TaskID={0}"; query1 = String.Format(query1,context.Task.TaskID 阅读全文
posted @ 2019-08-01 16:38 一锤定音 阅读(361) 评论(0) 推荐(0)
摘要:BPMSysOUs:组织结构 BPMInstTasks:任务表 BPMInstProcSteps:步骤表 BPMInstTasks:任务表 BPMInstProcSteps:步骤表 BPMInstTasks:任务表 BPMInstProcSteps:步骤表 阅读全文
posted @ 2019-07-18 21:08 一锤定音 阅读(400) 评论(0) 推荐(0)
摘要:..\WEB\YZSoft\Forms\Style .yz-xform-field-disabled .yz-xform-field-ele{ color:black; opacity: 1.0;} 阅读全文
posted @ 2018-12-01 15:29 一锤定音 阅读(311) 评论(0) 推荐(0)
摘要:0、备份测试环境数据库BPMDB、BPMDATA和安装目录文件1、将服务器下面目录的文件复制到新的环境对应的目录覆盖BPM\AttachmentsBPM\FormServiceBPM\ProcessBPM\ReportsBPM\WEB\YZSoft\Forms\XForm BPM\ExtServer 阅读全文
posted @ 2018-11-10 13:29 一锤定音 阅读(538) 评论(0) 推荐(0)
摘要:http://developer.flowportal.com/ 阅读全文
posted @ 2018-09-03 09:17 一锤定音 阅读(219) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-02-23 10:07 一锤定音 阅读(153) 评论(0) 推荐(0)
摘要:事件名称 说明OnFormDataPrePared 流程查看触发(如:所有历史任务中打开)OnTaskApproved 流程结束时触发OnTaskRejected 流程拒绝时触发OnTaskAborted 流程撤销触发OnTaskDelete 流程删除触发OnTimeoutNotify 流程超时启动 阅读全文
posted @ 2017-12-25 16:48 一锤定音 阅读(724) 评论(0) 推荐(0)
摘要:修改Web.config文件,找到authentication结点,将mode属性修改为Forms,在该结点下的forms结点增加timeout属性,单位分钟,具体如下:<authentication mode="Forms"> <forms loginUrl="YZSoft/login/" coo 阅读全文
posted @ 2017-03-08 09:29 一锤定音 阅读(562) 评论(0) 推荐(0)
摘要://打印模版,供应资金支出申请单-打印'为服务表单 function link() { //var me = aa; var taskid = Ext.get("XTextBox38").down('.yz-xform-field-ele').dom.value; YZSoft.BPM.src.ux 阅读全文
posted @ 2017-02-10 11:07 一锤定音 阅读(739) 评论(0) 推荐(0)
摘要:合同信息表: void Page_Load(object sender, EventArgs e) { if (!String.IsNullOrEmpty(Request.QueryString["pk_ct"]) ) { this.XTextBox1.Text = Request.QueryStr 阅读全文
posted @ 2017-02-10 10:54 一锤定音 阅读(246) 评论(0) 推荐(0)
摘要:1、安装XFormDesigner后编辑界面报错 解决方法: 阅读全文
posted @ 2016-12-19 09:15 一锤定音 阅读(194) 评论(0) 推荐(0)