Commit bcf1afca authored by 沈良进's avatar 沈良进

save

parent 5e84532b
...@@ -565,10 +565,10 @@ ...@@ -565,10 +565,10 @@
</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"> <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>
<div class="_fujian_box" v-if="GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0"> <div class="_fujian_box" v-if="GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0">
......
...@@ -994,10 +994,10 @@ ...@@ -994,10 +994,10 @@
</el-popover> </el-popover>
</div> </div>
</div> </div>
<!-- 关联客户 --> <!-- 签约客户 -->
<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"
......
...@@ -495,10 +495,10 @@ ...@@ -495,10 +495,10 @@
<th>姓名</th> <th>姓名</th>
<th>联系电话</th> <th>联系电话</th>
<th>门店名称</th> <th>门店名称</th>
<th>签约到期时间</th>
<th>累计交易额</th> <th>累计交易额</th>
<th>签约额度</th> <th>签约额度</th>
<th>未结算额度</th> <th>未结算额度</th>
<th>签约到期时间</th>
</tr> </tr>
<tr v-for="(item, i) in list" :key="i"> <tr v-for="(item, i) in list" :key="i">
<td> <td>
...@@ -506,12 +506,13 @@ ...@@ -506,12 +506,13 @@
</td> </td>
<td>{{ item.contactNumber }}</td> <td>{{ item.contactNumber }}</td>
<td>{{ item.customerName }}</td> <td>{{ item.customerName }}</td>
<td>{{ item.signingEndTime }}</td>
<td><span @click="goUrlCC(item.customerId,3)" <td><span @click="goUrlCC(item.customerId,3)"
style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td> style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td>
<td><span @click="goUrlCCC(item.customerId,3)" <td><span @click="goUrlCCC(item.customerId,2)"
style="cursor: pointer;text-decoration: underline;">{{item.signingPrice}}</span></td> style="cursor: pointer;text-decoration: underline;">{{item.signingPrice}}</span></td>
<td>{{ item.signingUnsettledPrice }}</td> <td><span @click="goUrlCCC(item.customerId,1)"
style="cursor: pointer;text-decoration: underline;">{{item.signingUnsettledPrice}}</span></td>
<td>{{ item.signingEndTime }}</td>
</tr> </tr>
<tr v-if="list.length == 0"> <tr v-if="list.length == 0">
<td colspan="12" style="text-align: center">暂无数据</td> <td colspan="12" style="text-align: center">暂无数据</td>
......
...@@ -1407,6 +1407,8 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1407,6 +1407,8 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
}, },
}, },
mounted() { mounted() {
this.type = Number(this.$route.query.num || 1)
this.msg.FinanceStatus = this.type
let userinfo = this.getLocalStorage(); let userinfo = this.getLocalStorage();
let ActionMenuCode = userinfo.ActionMenuCode; let ActionMenuCode = userinfo.ActionMenuCode;
if (ActionMenuCode.indexOf("F_AccountantFinanceMerge") != -1) { if (ActionMenuCode.indexOf("F_AccountantFinanceMerge") != -1) {
......
...@@ -929,10 +929,12 @@ export default { ...@@ -929,10 +929,12 @@ export default {
financeCheck(item) { financeCheck(item) {
// this.checkObj = item; // this.checkObj = item;
// this.showCheck = true // this.showCheck = true
console.log('signedFinanceCheck', item)
this.$router.push({ this.$router.push({
path: 'signedFinanceCheck', path: 'signedFinanceCheck',
query: { query: {
id: item.id, id: item.id,
name: item.customerName,
blank: 'y', blank: 'y',
} }
}) })
......
...@@ -840,9 +840,19 @@ input[type="number"] { ...@@ -840,9 +840,19 @@ input[type="number"] {
<template> <template>
<div class="page_MyCustomer MyCustomerDiv"> <div class="page_MyCustomer MyCustomerDiv">
<div> <div>
<div class="check-info">创建者:<span>{{detailInfo.CreateBy}}</span></div> <div style="display: flex">
<div class="check-info">创建时间:<span>{{detailInfo.CreateDate}}</span></div> <div>
<div class="check-info">提示:<span>{{detailInfo.Notes}}</span></div> <div class="check-info">客户名称:<span>{{name}}</span></div>
<div class="check-info">申请人:<span>{{detailInfo.CreateBy}}</span></div>
<div class="check-info">申请时间:<span>{{detailInfo.CreateDate}}</span></div>
<div class="check-info">申请理由:<span>{{detailInfo.Notes}}</span></div>
<div class="check-info">状态:<span>{{detailInfo.StatusName}}</span></div>
</div>
<div class="check-info">
<div style="margin-bottom: 10px">申请附件:</div>
<img style="width: 200px" :src="detailInfo.Voucher" />
</div>
</div>
<button class="normalBtn" type="primary" @click="showCheck = true"> <button class="normalBtn" type="primary" @click="showCheck = true">
结算 结算
</button> </button>
...@@ -1064,6 +1074,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1064,6 +1074,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
}, },
data() { data() {
return { return {
name: '',
colorSon: "#f5f5f5", colorSon: "#f5f5f5",
widthSon: "700px", widthSon: "700px",
active: 1, active: 1,
...@@ -1168,7 +1179,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1168,7 +1179,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
return; return;
} }
this.addMsg.ExamineVoucher = this.BusinessCardPhotos; this.addMsg.ExamineVoucher = this.BusinessCardPhotos;
this.addMsg.Id = this.checkObj.customerAccountId; this.addMsg.Id = this.frId;
this.apipost( this.apipost(
"customer_post_UpdateSigningSettlement", "customer_post_UpdateSigningSettlement",
this.addMsg, this.addMsg,
...@@ -1195,6 +1206,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1195,6 +1206,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
}, },
mounted() { mounted() {
this.frId = this.$route.query.id this.frId = this.$route.query.id
this.name = this.$route.query.name
this.getDetail(this.frId) this.getDetail(this.frId)
} }
} }
......
...@@ -1258,10 +1258,12 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1258,10 +1258,12 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
// this.checkObj = item; // this.checkObj = item;
// this.showDetail = true; // this.showDetail = true;
// this.getDetail(item.customerAccountId) // this.getDetail(item.customerAccountId)
console.log('signedFinanceCheck', item)
this.$router.push({ this.$router.push({
path: 'signedFinanceCheck', path: 'signedFinanceCheck',
query: { query: {
id: item.id, id: item.id,
name: item.customerName,
blank: 'y', blank: 'y',
} }
}) })
......
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