浏览代码

code sync

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

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

@@ -1102,7 +1102,7 @@ JpcFlowTabSrv.prototype.createNew = function() {
             // 2.3 cells其他位置提上
             liftUpCells(pageItem[JV.PROP_CELLS], cBottom, cHeight);
             // 2.4 签名位置调整(签名、日期、意见等)
-            liftUpCells(pageItem[JV.PROP_SIGNATURE_CELLS], cBottom, cHeight, true);
+            liftUpCells(pageItem[JV.PROP_SIGNATURE_CELLS], cBottom, cHeight);
             liftUpCells(pageItem[JV.PROP_SIGNATURE_DATE_CELLS], cBottom, cHeight);
             liftUpCells(pageItem[JV.PROP_SIGNATURE_AUDIT_CELLS], cBottom, cHeight);
             liftUpCells(pageItem[JV.PROP_INTERACT_CELLS], cBottom, cHeight);