新增合同收发货规则
This commit is contained in:
@@ -80,6 +80,11 @@ public class ContractApiImpl implements ContractApi {
|
||||
return contractService.getFormulasByPaperNumber(contractPaperNumber);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ContractRespDTO getFormulasBySysNumber(String contractSysNumber) {
|
||||
return contractService.getFormulasByPaperNumber(contractSysNumber);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CommonResult<Boolean> updateOrderStatus(Long orderId, String status) {
|
||||
return success(purchaseOrderService.updateOrderStatus(orderId, status));
|
||||
|
||||
@@ -99,6 +99,14 @@ public interface ContractService {
|
||||
*/
|
||||
ContractRespDTO getFormulasByPaperNumber(String contractPaperNumber);
|
||||
|
||||
|
||||
/**
|
||||
* 通过合同编号获取对应的合同信息
|
||||
*
|
||||
* @param contractSysNumber 合同编号
|
||||
* @return 结算条款数据
|
||||
*/
|
||||
ContractRespDTO getFormulasBySysNumber(String contractSysNumber);
|
||||
/**
|
||||
* 提交ERP
|
||||
*
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user