Commit 1d5495b8 authored by agping's avatar agping

成交报告详情修改

parent e57bac6e
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
</li> </li>
</ul> </ul>
<ul>
<li class="paid-in main-sec-li" v-show="account_statement==1">
<div>结单日期:<span class="left">{{account_time}}</span></div>
</li>
</ul>
</section> </section>
...@@ -65,7 +70,7 @@ ...@@ -65,7 +70,7 @@
<div class="bottom-border">业务员<span class="left">{{item.name}}{{item.phone}}</span></div> <div class="bottom-border">业务员<span class="left">{{item.name}}{{item.phone}}</span></div>
</li> </li>
<li class="main-sec-li"> <li class="main-sec-li">
<div class="bottom-border">分佣比例<span class="left">{{item.scale}}</span></div> <div class="bottom-border">分佣比例<span class="left">{{item.scale}}%</span></div>
</li> </li>
<li class="main-sec-li li-border-bottom"> <li class="main-sec-li li-border-bottom">
<div>应分佣金<span class="left">{{item.should_commission}}</span></div> <div>应分佣金<span class="left">{{item.should_commission}}</span></div>
...@@ -76,19 +81,19 @@ ...@@ -76,19 +81,19 @@
</li> </li>
<li class="main-sec-li-26 color"> <li class="main-sec-li-26 color">
<div class="bottom-border"> <div class="bottom-border">
<div class="right width-170 ">手续费{{index+1}}</div> <div class="right width-170 ">手续费(元)</div>
<div class="right width-170 ">慈善基金{{index+1}}</div> <div class="right width-170 ">慈善基金(元)</div>
<div class="right width-170 ">现金奖{{index+1}}</div> <div class="right width-170 ">现金奖(元)</div>
<div class="right width-170-border">实收佣金{{index+1}}</div> <div class="right width-170-border">实收佣金(元)</div>
</div> </div>
</li> </li>
<li class="main-sec-li-26 color"> <li class="main-sec-li-26 color">
<div class="bottom-border"> <div class="bottom-border">
<div class="right width-170 ">{{items.service_charge}}</div> <div class="right width-170 ">{{items.service_charge}}</div>
<div class="right width-170 ">{{items.charity_fund}}</div> <div class="right width-170 ">{{items.charity_fund}}</div>
<div class="right width-170 ">{{items.cash}}</div> <div class="right width-170 ">{{items.cash}}</div>
<div class="right width-170-border">{{items.practical_fee}}</div> <div class="right width-170-border">{{items.practical_fee}}</div>
</div> </div>
</li> </li>
...@@ -118,7 +123,7 @@ ...@@ -118,7 +123,7 @@
<div class="right width-170-border ">分佣方</div> <div class="right width-170-border ">分佣方</div>
<div class="right width-170-border ">业务员</div> <div class="right width-170-border ">业务员</div>
<div class="right width-170-border ">分佣比例</div> <div class="right width-170-border ">分佣比例</div>
<div class="right width-170-border ">税费</div> <div class="right width-170-border ">税费(元)</div>
</div> </div>
</li> </li>
<ul class="taxes-list"> <ul class="taxes-list">
...@@ -129,8 +134,8 @@ ...@@ -129,8 +134,8 @@
<div class="bottom-border"> <div class="bottom-border">
<div class="right width-170">{{centCommission(items.role)}}</div> <div class="right width-170">{{centCommission(items.role)}}</div>
<div class="right width-170">{{items.agent_name}}</div> <div class="right width-170">{{items.agent_name}}</div>
<div class="right width-170">{{items.scale}}</div> <div class="right width-170">{{items.scale}}%</div>
<div class="right width-170-border color">{{items.fee}}</div> <div class="right width-170-border color">{{items.fee}}</div>
</div> </div>
</li> </li>
</ul> </ul>
...@@ -142,9 +147,9 @@ ...@@ -142,9 +147,9 @@
</main> </main>
<footer class="tc "> <!--<footer class="tc ">
撤销成交报告 撤销成交报告
</footer> </footer>-->
</div> </div>
</template> </template>
...@@ -175,6 +180,8 @@ ...@@ -175,6 +180,8 @@
bargain_id: '', bargain_id: '',
Datas: [], Datas: [],
taxDatas: [], taxDatas: [],
account_statement: '',
account_time: '',
}), }),
created() { created() {
...@@ -192,7 +199,7 @@ ...@@ -192,7 +199,7 @@
let _this = this; let _this = this;
_this.ajaxUl(); _this.ajaxUl();
}, },
tabMain(index) { tabMain(index) {
//tab切换 //tab切换
let _this = this; let _this = this;
_this.initTabNumMain = index; _this.initTabNumMain = index;
...@@ -230,7 +237,11 @@ ...@@ -230,7 +237,11 @@
}) })
.then(function(response) { .then(function(response) {
if(response.data.code == 200) { if(response.data.code == 200) {
// console.log(response.data.data.bargainInfo.account_statement);
_this.internal_title = response.data.data.bargainInfo.internal_title; _this.internal_title = response.data.data.bargainInfo.internal_title;
_this.account_statement = response.data.data.bargainInfo.account_statement;
_this.account_time = response.data.data.bargainInfo.account_time;
_this.internal_address = response.data.data.bargainInfo.internal_address; _this.internal_address = response.data.data.bargainInfo.internal_address;
_this.user_name = response.data.data.bargainInfo.user_name; _this.user_name = response.data.data.bargainInfo.user_name;
_this.user_phone = response.data.data.bargainInfo.user_phone; _this.user_phone = response.data.data.bargainInfo.user_phone;
...@@ -389,8 +400,7 @@ ...@@ -389,8 +400,7 @@
text-align: center; text-align: center;
height: .9rem; height: .9rem;
} }
/*footer {
footer {
position: fixed; position: fixed;
left: 0; left: 0;
bottom: 0; bottom: 0;
...@@ -401,6 +411,7 @@ ...@@ -401,6 +411,7 @@
width: 100%; width: 100%;
font-size: .3rem; font-size: .3rem;
} }
*/
.li-border-bottom { .li-border-bottom {
margin-bottom: .2rem; margin-bottom: .2rem;
...@@ -409,11 +420,9 @@ ...@@ -409,11 +420,9 @@
.taxes-list { .taxes-list {
margin-bottom: .2rem; margin-bottom: .2rem;
} }
.bottom-nth:nth-last-of-type(1) .bottom-border{
.bottom-nth:nth-last-of-type(1) .bottom-border {
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
/*box-sizing: border-box;*/ /*box-sizing: border-box;*/
} }
</style> </style>
\ No newline at end of file
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