zoukankan      html  css  js  c++  java
  • BPM打印按钮

    image

    //打印模版,供应资金支出申请单-打印'为服务表单
          function link() {
              //var me = aa;
              var taskid = Ext.get("XTextBox38").down('.yz-xform-field-ele').dom.value;
              YZSoft.BPM.src.ux.FormManager.openFormApplication('打印模版/供应资金打印模版/供应资金支出申请单-打印', '', 'Read', Ext.apply({
                  //sender: me,
                  high:150,
                   1000,
                   height:600,
                  title: Ext.String.format('验证控件测试打印 - {0}', ''),
                  params: { pk_id: taskid },
                  listeners: {
                      submit: function (action, data) {
                          me.store.reload({
                              loadMask: {
                                  msg: '保存已成功',
                                  delay: 'x'
                              }
                          });
                      }
                  }
              //}));
              }, this.dlgCfg));
          }

    模板:

    void Page_Load(object sender, EventArgs e) {
         if(!String.IsNullOrEmpty(Request.QueryString["name"]))
            {
            this.XTextBox4.Text=Request.QueryString["name"];
            }
        }
    image

  • 相关阅读:
    ASP.NET 使用Ajax(转)
    使用Docker,很多坑(之一):在windows中使用
    .NET Core 各种学习资源
    docker-compose.yml配置文件详解(转)
    英雄无敌王国刷将脚本
    Valid format values for declare-styleable/attr tags[转]
    no Session问题,即延迟加载
    适配器模式--Adapter Pattern
    策略模式--Strategy
    装饰模式--Decorator Pattern
  • 原文地址:https://www.cnblogs.com/passerlee/p/6385453.html
Copyright © 2011-2022 走看看