Commit 313ee88d authored by 黄奎's avatar 黄奎
parents 9e532b7e 9809c6eb
......@@ -509,7 +509,7 @@ input[type="number"] {
所有客户
</li>
<li :class="active == 3 ? '_active' : ''" @click="getActive(3, 1)">
待结算
待结算审核
</li>
<li class="hight_query" style="float: right">
......@@ -881,6 +881,7 @@ export default {
},
mounted() {
this.GetAuth();
this.getCostTypeList();
let userInfo = this.getLocalStorage();
this.yfOutBranchId = userInfo.RB_Branch_id;
......@@ -1117,7 +1118,11 @@ export default {
}
this.loading = true
this.czList = []
this.apipost('customer_post_GetSettlementCustomerPage', {...this.msg, CustomerStatus: 0}, res => {
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;
this.czList = []
......
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