优化单据js

This commit is contained in:
季圣华
2019-09-29 00:26:08 +08:00
parent 446aff1a34
commit ac0df532e9
2 changed files with 146 additions and 134 deletions

View File

@@ -98,10 +98,6 @@ public class DepotHeadService {
String otherMoneyListStr = dh.getOthermoneylist().replace("[", "").replace("]", "").replaceAll("\"", "");
dh.setOthermoneylist(otherMoneyListStr);
}
if(dh.getOthermoneyitem() != null) {
String otherMoneyItemStr = dh.getOthermoneyitem().replace("[", "").replace("]", "").replaceAll("\"", "");
dh.setOthermoneyitem(otherMoneyItemStr);
}
if(dh.getChangeamount() != null) {
dh.setChangeamount(dh.getChangeamount().abs());
}