Commit f8606ecf authored by youjie's avatar youjie

no message

parent b6fc8fff
......@@ -939,6 +939,12 @@ input[type="number"] {
<table v-loading='loading' border="0" cellspacing="0" cellpadding="0" class="singeRowTable" style="margin-bottom:30px;">
<tr class="_t_head">
<th v-if="type == 1"></th>
<th>客户名称 </th>
<th>联系人</th>
<th>手机号</th>
<th>签约到期时间</th>
<th>签约金额 </th>
<th>待结算金额</th>
<!-- <th v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th> -->
<th width="90">{{$t('system.query_company')}}</th>
<th>{{$t('fnc.danhao')}}</th>
......@@ -950,9 +956,16 @@ input[type="number"] {
<th>{{msg.Type==1? $t('fnc.shoukuan') : $t('fnc.fukuan')}}{{$t('fnc.duixiang')}}</th>
<th width="150">{{$t('fnc.zdrenyuan')}}</th>
<th>{{$t('fnc.dqzhuangtai')}}</th>
<th v-if="type == 1">{{$t('system.table_operation')}}</th>
</tr>
<tr class="_item_list" v-for="(item,index) in czList">
<td height="26px">{{item.customerName?item.customerName:'-'}}</td>
<td height="26px">{{item.contact?item.contact:'-'}}</td>
<td height="26px">{{item.contactNumber?item.contactNumber:'-'}}</td>
<td height="26px">{{item.signingEndTimet?item.signingEndTimet:'-'}}</td>
<td height="26px">{{item.signingPrice?item.signingPrice:'-'}}</td>
<td height="26px">{{item.signingUnsettledPrice?item.signingUnsettledPrice:'-'}}</td>
<td v-if="type == 1"><input type="checkbox" :value="item.FrID" v-model="item.check" @change="changeSelectItem"></td>
<!-- <td v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td> -->
<td>{{item.BranchName}}</td>
......@@ -1088,6 +1101,7 @@ input[type="number"] {
<span slot="reference" class="text_d _font_init" @click="Financial_post_GetFinancLogList(item.FrID)">{{item.StatusStr}}</span>
</el-popover>
</td>
<td v-if="type == 1">
<el-button size="small" type="primary" @click="checkFinance(item)">结算</el-button>
</td>
......@@ -1137,7 +1151,7 @@ input[type="number"] {
</td> -->
</tr>
<tr v-if="czList.length==0">
<td colspan="13">暂无数据</td>
<td colspan="19">暂无数据</td>
</tr>
</table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
......@@ -1413,6 +1427,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this.czList = []
} else {
this.czList = res.data.data.pageData;
console.log(this.czList,'----------')
this.total = res.data.data.count;
this.loading = false;
}
......
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