Commit d58e95cf authored by youjie's avatar youjie

no message

parent 9809c6eb
...@@ -996,7 +996,9 @@ ...@@ -996,7 +996,9 @@
<!-- 签约客户 --> <!-- 签约客户 -->
<div v-if="GetDetail.SigningCustomerId>0"> <div v-if="GetDetail.SigningCustomerId>0">
<a> <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>
</div> </div>
<my-HB-Bill v-if="GetDetail.Is_Merge===1 && ZhiDanRen!==bossID" :ID="FrID" :FrID='FrID' :GetDetail="GetDetail" <my-HB-Bill v-if="GetDetail.Is_Merge===1 && ZhiDanRen!==bossID" :ID="FrID" :FrID='FrID' :GetDetail="GetDetail"
...@@ -1728,7 +1730,7 @@ ...@@ -1728,7 +1730,7 @@
id: id, id: id,
name: name, name: name,
blank: "y", blank: "y",
tab: "签约客户管理" tab: "所有客户"
} }
}); });
}, },
......
...@@ -730,6 +730,7 @@ export default { ...@@ -730,6 +730,7 @@ export default {
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
SigningCustomerId: 0
}, },
getCompanyMsg: { getCompanyMsg: {
// 公司 // 公司
...@@ -866,6 +867,7 @@ export default { ...@@ -866,6 +867,7 @@ export default {
}; };
}, },
created() { created() {
this.msg.SigningCustomerId = this.$route.query.id?this.$route.query.id:0
this.isTerminate = -1; this.isTerminate = -1;
let userinfo = this.getLocalStorage(); let userinfo = this.getLocalStorage();
let allH, cH; let allH, cH;
...@@ -1121,7 +1123,7 @@ export default { ...@@ -1121,7 +1123,7 @@ export default {
this.apipost('customer_post_GetSettlementCustomerPage', this.apipost('customer_post_GetSettlementCustomerPage',
{...this.msg, {...this.msg,
CustomerStatus: 0, CustomerStatus: 0,
SigningCustomerId:this.$route.query.id?this.$route.query.id:0
}, res => { }, res => {
if (res.data.resultCode == 0) { if (res.data.resultCode == 0) {
this.loading = false; 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