Commit 36a5af38 authored by 沈良进's avatar 沈良进

save

parent 7316f2b3
...@@ -563,6 +563,11 @@ ...@@ -563,6 +563,11 @@
</p> </p>
<p>业务单据:<span>{{GetDetail.OrderID?GetDetail.OrderID:'无'}}</span></p> --> <p>业务单据:<span>{{GetDetail.OrderID?GetDetail.OrderID:'无'}}</span></p> -->
</div> </div>
<!-- 关联客户 -->
<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>
</div>
</div> </div>
<div class="_fujian_box" v-if="GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0"> <div class="_fujian_box" v-if="GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0">
<div class="_fujian_zhankai cursorpointer" v-if="!fujianShow" @click="fujianShow = true"> <div class="_fujian_zhankai cursorpointer" v-if="!fujianShow" @click="fujianShow = true">
......
...@@ -991,6 +991,11 @@ ...@@ -991,6 +991,11 @@
</el-popover> </el-popover>
</div> </div>
</div> </div>
<!-- 关联客户 -->
<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>
</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"
:isPrintPage="false" :width="widthSon" :color="colorSon"></my-HB-Bill> :isPrintPage="false" :width="widthSon" :color="colorSon"></my-HB-Bill>
...@@ -1711,6 +1716,17 @@ ...@@ -1711,6 +1716,17 @@
} }
}); });
}, },
goSigningCustomer(id,name) {
this.$router.push({
name: 'signedFinanceAll',
query: {
id: id,
name: name,
blank: "y",
tab: "签约客户管理"
}
});
},
GourlHotelZr() { GourlHotelZr() {
this.$router.push({ this.$router.push({
name: 'HotelDiscount', name: 'HotelDiscount',
......
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