Commit 6b6fecb889db21f1ae2f31b32760bbfe19544405

Authored by 房远帅
1 parent 806e0e82

合同:修改打印模板

... ... @@ -1078,6 +1078,9 @@ public class ContractDistributorStandardController extends DefaultBaseController
1078 1078 List<SpecImageCell> specImageCells = new ArrayList<>();
1079 1079 DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd");
1080 1080 int startRow = 6;
  1081 + if ("PROCESS_STD_AGMT".equals(data.getType())) {
  1082 + startRow = 7;
  1083 + }
1081 1084 String contractTitle = "销售订单(经销)";
1082 1085 if ("INTL_STD_CONTRACT".equals(data.getType())
1083 1086 || "INTL_INVENTORY_AGMT".equals(data.getType())
... ...