Răsfoiți Sursa

原始记录增加付跨类型

lingpeng.li 2 săptămâni în urmă
părinte
comite
3ad5978530

+ 5 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/billetOriginalProductRecord/controller/BilletOriginalProductRecordController.java

@@ -1595,7 +1595,9 @@ public class BilletOriginalProductRecordController extends JeecgController<Bille
 				destination = "roll_club_three";
 			} else if ("上若".equals(print.getDestination())) {
 				destination = "roll_out_shipp";
-			}
+			} else if ("付跨".equals(print.getDestination())) {
+			    destination = "roll_deputy_cross";
+		    }
 			hotChargeMap.put("hotChargeDestination", destination);
 			// 将当前记录的热装信息添加到列表
 			hotChargeList.add(hotChargeMap);
@@ -1642,6 +1644,8 @@ public class BilletOriginalProductRecordController extends JeecgController<Bille
 						data.put("totalWeight", ((BigDecimal) data.get("totalWeight")).toPlainString());
 					}).collect(Collectors.toList());
 		}
+
+
 		return finalResult;
 	}