1.应付付款申请单接口,model
2.动态表单(查询SAP,生成付款申请单) 3.付款调整单,model,拆单逻辑,查询SAP逻辑,生成付款申请单逻辑 --s
This commit is contained in:
		
							parent
							
								
									2aed2b86df
								
							
						
					
					
						commit
						c55394400f
					
				|  | @ -121,7 +121,7 @@ public class ApplyAdjustBillControler { | |||
|                 } | ||||
| 
 | ||||
|                 log.error("审核成功,费控调整单号:" + fkBillNum); | ||||
|                 JhzjUtils.saveLog(fkBillNum, apimenthod, jsonBodyString, null, true, "API"); | ||||
|                 JhzjUtils.saveLog(fkBillNum, Apimenthod, jsonBodyString, null, true, "API"); | ||||
|             } | ||||
|         } | ||||
|         else { | ||||
|  | @ -177,7 +177,7 @@ public class ApplyAdjustBillControler { | |||
|                     } | ||||
| 
 | ||||
|                     log.error("审核成功,费控调整单号:" + fkBillNum); | ||||
|                     JhzjUtils.saveLog(fkBillNum, apimenthod, jsonBodyString, null, true, "API"); | ||||
|                     JhzjUtils.saveLog(fkBillNum, Apimenthod, jsonBodyString, null, true, "API"); | ||||
|                     return CustomApiResult.success(null); | ||||
|                 } | ||||
|             } | ||||
|  | @ -214,7 +214,7 @@ public class ApplyAdjustBillControler { | |||
|                             } | ||||
| 
 | ||||
|                             log.error("审核成功,费控调整单号:" + fkBillNum); | ||||
|                             JhzjUtils.saveLog(fkBillNum, apimenthod, jsonBodyString, null, true, "API"); | ||||
|                             JhzjUtils.saveLog(fkBillNum, Apimenthod, jsonBodyString, null, true, "API"); | ||||
|                             return CustomApiResult.success(null); | ||||
|                         }else { | ||||
|                             // 调整金额大于分录未调整过的申请金额,反馈无法处理 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue