Commit a78dad7a authored by agping's avatar agping

app实付

parent 44182ae5
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
<th class="text-center">成交价</th> <th class="text-center">成交价</th>
<th class="text-center">应收金额</th> <th class="text-center">应收金额</th>
<th class="text-center">本次收佣</th> <th class="text-center">本次收佣</th>
<th class="text-center"></th> <th class="text-center"></th>
<th class="text-center">手续费</th> <th class="text-center">手续费</th>
<th class="text-center">之前已收佣</th> <th class="text-center">之前已收佣</th>
<th class="text-center">多收金额</th> <th class="text-center">多收金额</th>
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
<th class="text-center">成交商铺地址</th> <th class="text-center">成交商铺地址</th>
<th class="text-center">应收案场费</th> <th class="text-center">应收案场费</th>
<th class="text-center">本次收佣</th> <th class="text-center">本次收佣</th>
<th class="text-center"></th> <th class="text-center"></th>
<th class="text-center">手续费</th> <th class="text-center">手续费</th>
<th class="text-center">之前已收佣</th> <th class="text-center">之前已收佣</th>
<th class="text-center">支付方式</th> <th class="text-center">支付方式</th>
...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
<th class="text-center">房源ID</th> <th class="text-center">房源ID</th>
<th class="text-center">成交商铺地址</th> <th class="text-center">成交商铺地址</th>
<th class="text-center">意向金金额</th> <th class="text-center">意向金金额</th>
<th class="text-center"></th> <th class="text-center"></th>
<th class="text-center">手续费</th> <th class="text-center">手续费</th>
<th class="text-center">支付方式</th> <th class="text-center">支付方式</th>
<th class="text-center">转账户名</th> <th class="text-center">转账户名</th>
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
<th class="text-center">房源ID</th> <th class="text-center">房源ID</th>
<th class="text-center">成交商铺地址</th> <th class="text-center">成交商铺地址</th>
<th class="text-center">保管金金额</th> <th class="text-center">保管金金额</th>
<th class="text-center"></th> <th class="text-center"></th>
<th class="text-center">手续费</th> <th class="text-center">手续费</th>
<th class="text-center">支付方式</th> <th class="text-center">支付方式</th>
<th class="text-center">转账户名</th> <th class="text-center">转账户名</th>
......
...@@ -356,6 +356,12 @@ ...@@ -356,6 +356,12 @@
"str2" : list.length > 1 ? (list[1].received_money ? list[1].received_money : "-") :"-", "str2" : list.length > 1 ? (list[1].received_money ? list[1].received_money : "-") :"-",
"str3" : list.length > 2 ? (list[2].received_money ? list[2].received_money : "-") :"-", "str3" : list.length > 2 ? (list[2].received_money ? list[2].received_money : "-") :"-",
}, },
{
"msg" : "实付" ,
"str1" : list.length > 0 ? (list[0].real_money ? list[0].real_money : "-") :"-",
"str2" : list.length > 1 ? (list[1].real_money ? list[1].real_money : "-") :"-",
"str3" : list.length > 2 ? (list[2].real_money ? list[2].real_money : "-") :"-",
},
{ {
"msg" : "手续费" , "msg" : "手续费" ,
"str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-", "str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-",
...@@ -459,6 +465,12 @@ ...@@ -459,6 +465,12 @@
"str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-", "str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-",
"str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-", "str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-",
}, },
{
"msg" : "实付" ,
"str1" : list.length > 0 ? (list[0].real_money ? list[0].real_money : "-") :"-",
"str2" : list.length > 1 ? (list[1].real_money ? list[1].real_money : "-") :"-",
"str3" : list.length > 2 ? (list[2].real_money ? list[2].real_money : "-") :"-",
},
{ {
"msg" : "手续费" , "msg" : "手续费" ,
"str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-", "str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-",
...@@ -569,6 +581,12 @@ ...@@ -569,6 +581,12 @@
"str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-", "str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-",
"str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-", "str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-",
}, },
{
"msg" : "实付" ,
"str1" : list.length > 0 ? (list[0].real_money ? list[0].real_money : "-") :"-",
"str2" : list.length > 1 ? (list[1].real_money ? list[1].real_money : "-") :"-",
"str3" : list.length > 2 ? (list[2].real_money ? list[2].real_money : "-") :"-",
},
{ {
"msg" : "手续费" , "msg" : "手续费" ,
"str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-", "str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-",
...@@ -655,6 +673,12 @@ ...@@ -655,6 +673,12 @@
"str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-", "str2" : list.length > 1 ? (list[1].money ? list[1].money : "-") :"-",
"str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-", "str3" : list.length > 2 ? (list[2].money ? list[2].money : "-") :"-",
}, },
{
"msg" : "实付" ,
"str1" : list.length > 0 ? (list[0].real_money ? list[0].real_money : "-") :"-",
"str2" : list.length > 1 ? (list[1].real_money ? list[1].real_money : "-") :"-",
"str3" : list.length > 2 ? (list[2].real_money ? list[2].real_money : "-") :"-",
},
{ {
"msg" : "手续费" , "msg" : "手续费" ,
"str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-", "str1" : list.length > 0 ? (list[0].transaction_fee ? list[0].transaction_fee : "-") :"-",
......
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