移动单据页面其它费用的位置

This commit is contained in:
季圣华
2020-06-19 00:01:39 +08:00
parent 79487b42f5
commit 41d495ab6e
7 changed files with 90 additions and 90 deletions

View File

@@ -254,7 +254,7 @@
}
}
}
$("#bill .OtherMoneyShow:visible").text(otherMoneyShow +"总计:"+ otherMoney.replace("undefined","0") + ""); //采购费用、销售费用
$("#bill .OtherMoneyShow:visible").text(otherMoneyShow +"总计:"+ otherMoney.replace("undefined","0") + ""); //其它费用
}
$("#bill .payTypeShow").text(data.payType);
var TotalPrice = data.totalprice;