解决关联单号展示的bug

This commit is contained in:
季圣华
2020-07-23 22:23:31 +08:00
parent 0358034b06
commit 571c3b4d17

View File

@@ -1480,7 +1480,7 @@
}
$("#DebtShow").text(debt);
$("#AccountDayShow").text(res.accountDay); //结算天数
$("#LinkNumberShow").text(res.linkLumber); //关联订单号
$("#LinkNumberShow").text(res.linkNumber); //关联订单号
var otherMoney = res.otherMoney?res.otherMoney:0;
if(otherMoney!=0 && res.otherMoneyList && res.otherMoneyItem){
var itemArr = res.otherMoneyList.split(","); //支出项目id列表