Tony Kang 1 år sedan
förälder
incheckning
c81a64e3dc
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);