|
|
|
@ -190,6 +190,7 @@ public class PurOrderController {
|
|
|
|
|
ioOrderEntity.setCustomerId("110");
|
|
|
|
|
ioOrderEntity.setDeptCode(purOrderEntity.getDeptCode());
|
|
|
|
|
ioOrderEntity.setInvCode(purOrderEntity.getInvCode());
|
|
|
|
|
ioOrderEntity.setProductType(purOrderEntity.getProductType());
|
|
|
|
|
ioOrderService.insertOrder(ioOrderEntity);
|
|
|
|
|
billNo += ioOrderEntity.getBillNo() + ",";
|
|
|
|
|
//插入业务单表
|
|
|
|
@ -334,7 +335,8 @@ public class PurOrderController {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**pageSimpleResponse
|
|
|
|
|
/**
|
|
|
|
|
* pageSimpleResponse
|
|
|
|
|
* 添加申购单到采购单里面
|
|
|
|
|
*/
|
|
|
|
|
@PostMapping("/purchase/order/addPlanDetailAndOrder")
|
|
|
|
|