local_notax_de字段红冲处理
This commit is contained in:
parent
721329140d
commit
db2fbda76f
|
@ -405,7 +405,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen
|
||||||
//如果此时是反审核,则需要将金额置为负数
|
//如果此时是反审核,则需要将金额置为负数
|
||||||
items.put("local_tax_de","-"+items.getString("local_tax_de"));
|
items.put("local_tax_de","-"+items.getString("local_tax_de"));
|
||||||
items.put("notax_de","-"+items.getString("notax_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{
|
}else{
|
||||||
//付款申请单的处理方式
|
//付款申请单的处理方式
|
||||||
|
@ -432,7 +432,7 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen
|
||||||
//如果此时是反审核,则需要将金额置为负数
|
//如果此时是反审核,则需要将金额置为负数
|
||||||
items.put("local_tax_de","-"+items.getString("local_tax_de"));
|
items.put("local_tax_de","-"+items.getString("local_tax_de"));
|
||||||
items.put("notax_de","-"+items.getString("notax_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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue