| | |
| | | null, // |
| | | null, // 调拨项目编号 |
| | | null, // 初始票据号 |
| | | null, // 票据号 |
| | | param.getCAccount(), // 主体 |
| | | null, // 客户编号 |
| | | param.getCAccount(), // 客户 |
| | | param.getCCusName(), // 客户 |
| | | null, // 联系方式 |
| | | param.getCMaker(), // 操作人员 |
| | | null, // 合计金额 |
| | |
| | | String type = Cools.isEmpty(pla.getProOrderNo()) ? "调拨入库单" : "生产入库单"; |
| | | param.setcCode(pla.getProOrderNo()); |
| | | param.setcAccount(pla.getOwner()); |
| | | param.setdDate(Utils.getDateStr(new Date())); |
| | | param.setdDate(Utils.getDateStr1(new Date())); |
| | | param.setType(type); |
| | | |
| | | List<OpenOrderPakoutParam.Body> bodyList = new ArrayList<>(); |