Commit 51acd1c6 authored by huangyuanyuan's avatar huangyuanyuan

update

parent c5dd3e67
......@@ -1623,7 +1623,7 @@ export default {
let allMoney = 0
this.payMsgList.forEach(x=>{
allMoney+= x.allMoney;
// x.allMoney=(Math.round(x.allMoney * 100)) / 100;
x.allMoney=(Math.round(x.allMoney * 100)) / 100;
})
if(allMoney.toString().split(".")[1]){
let num=allMoney.toString().split(".")[1].length;
......
......@@ -847,6 +847,8 @@ export default {
this.msg.TradeWay=4;
this.getAccountList(this.msg.AccountType,this.msg.TradeWay)
this.msg.BankID=14;
this.transactionDate[0]=this.$route.query.StartDate;
this.transactionDate[1]=this.$route.query.StartDate;
}
},components: {
"my-Bill": myBill,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment