Tony Kang 1 год назад
Родитель
Сommit
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);