Commit d58e95cf authored by youjie's avatar youjie

no message

parent 9809c6eb
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -996,7 +996,9 @@
<!-- 签约客户 -->
<div v-if="GetDetail.SigningCustomerId>0">
<a>
<span style="text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;" @click="goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)">签约客户:{{GetDetail.SigningCustomerName}}</span></a>
<span style="text-decoration: underline;cursor: pointer;color: #000;font-size: 12px;"
@click="goSigningCustomer(GetDetail.SigningCustomerId,GetDetail.SigningCustomerName)">
签约客户:{{GetDetail.SigningCustomerName}}</span></a>
</div>
</div>
<my-HB-Bill v-if="GetDetail.Is_Merge===1 && ZhiDanRen!==bossID" :ID="FrID" :FrID='FrID' :GetDetail="GetDetail"
......@@ -1728,7 +1730,7 @@
id: id,
name: name,
blank: "y",
tab: "签约客户管理"
tab: "所有客户"
}
});
},
......
......@@ -730,6 +730,7 @@ export default {
msg: {
pageIndex: 1,
pageSize: 10,
SigningCustomerId: 0
},
getCompanyMsg: {
// 公司
......@@ -866,6 +867,7 @@ export default {
};
},
created() {
this.msg.SigningCustomerId = this.$route.query.id?this.$route.query.id:0
this.isTerminate = -1;
let userinfo = this.getLocalStorage();
let allH, cH;
......@@ -1121,7 +1123,7 @@ export default {
this.apipost('customer_post_GetSettlementCustomerPage',
{...this.msg,
CustomerStatus: 0,
SigningCustomerId:this.$route.query.id?this.$route.query.id:0
}, res => {
if (res.data.resultCode == 0) {
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