rev:打印模板新增合同号,回传限制修改

This commit is contained in:
2023-05-06 10:56:34 +08:00
parent 686a6b2a0b
commit 7d0791027f
2 changed files with 3 additions and 1 deletions

View File

@@ -4834,6 +4834,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
oneMap.put("deliveryaddress", jsonMst.getString("deliveryaddress")); // 送货方地址
oneMap.put("deliveryname", jsonMst.getString("deliveryname")); // 送货方联系人
oneMap.put("deliveryphone", jsonMst.getString("deliveryphone")); // 送货方联系电话
oneMap.put("contractno", jsonMst.getString("contractno")); // 合同号
} else {
if (ObjectUtil.isEmpty(jsonCust)) throw new BadRequestException("客户不存在");
@@ -4888,6 +4889,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
oneMap.put("deliveryaddress", jsonMst.getString("deliveryaddress")); // 送货方地址
oneMap.put("deliveryname", jsonMst.getString("deliveryname")); // 送货方联系人
oneMap.put("deliveryphone", jsonMst.getString("deliveryphone")); // 送货方联系电话
oneMap.put("contractno", jsonMst.getString("contractno")); // 合同号
}
// 6.多组填充