Tony Kang 2 年之前
父节点
当前提交
9e3f0e7234
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/reports/rpt_component/jpc_ex.js

+ 1 - 1
app/reports/rpt_component/jpc_ex.js

@@ -413,7 +413,7 @@ JpcExSrv.prototype.createNew = function() {
                 rst[JV.PROP_SIGNATURE_CELLS] = me.crossTab.signatureRst;
                 rst[JV.PROP_SIGNATURE_CELLS] = me.crossTab.signatureRst;
                 rst[JV.PROP_SIGNATURE_DATE_CELLS] = me.crossTab.signatureDateRst;
                 rst[JV.PROP_SIGNATURE_DATE_CELLS] = me.crossTab.signatureDateRst;
                 rst[JV.PROP_SIGNATURE_AUDIT_CELLS] = me.crossTab.signatureAuditRst;
                 rst[JV.PROP_SIGNATURE_AUDIT_CELLS] = me.crossTab.signatureAuditRst;
-                rst[JV.PROP_INTERACT_CELLS] = me.flowTab.interactRst;
+                rst[JV.PROP_INTERACT_CELLS] = me.crossTab.interactRst;
             } else if (me.billTab) {
             } else if (me.billTab) {
                 rst[JV.PROP_CELLS] = me.billTab.outputAsSimpleJSONPage(rptTpl, dataObj, page, bands, controls, fonts, me, customizeCfg);
                 rst[JV.PROP_CELLS] = me.billTab.outputAsSimpleJSONPage(rptTpl, dataObj, page, bands, controls, fonts, me, customizeCfg);
                 rst[JV.PROP_SIGNATURE_CELLS] = me.billTab.signatureRst;
                 rst[JV.PROP_SIGNATURE_CELLS] = me.billTab.signatureRst;