local_notax_de字段红冲处理

This commit is contained in:
yuxueliang0813 2025-02-18 14:45:59 +08:00
parent 721329140d
commit db2fbda76f
1 changed files with 2 additions and 2 deletions

View File

@ -405,7 +405,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen
//如果此时是反审核则需要将金额置为负数
items.put("local_tax_de","-"+items.getString("local_tax_de"));
items.put("notax_de","-"+items.getString("notax_de"));
items.put("local_notax_de","-"+items.getString("notax_de"));
items.put("local_notax_de","-"+items.getString("local_notax_de"));
}
}else{
//付款申请单的处理方式
@ -432,7 +432,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen
//如果此时是反审核则需要将金额置为负数
items.put("local_tax_de","-"+items.getString("local_tax_de"));
items.put("notax_de","-"+items.getString("notax_de"));
items.put("local_notax_de","-"+items.getString("notax_de"));
items.put("local_notax_de","-"+items.getString("local_notax_de"));
}
}
}