diff --git a/src/layout/index.vue b/src/layout/index.vue index 6ed0c090..a6e0b5a9 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -28,6 +28,8 @@ diff --git a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue index fc93a32d..426763f0 100644 --- a/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue +++ b/src/views/emis/emisSettlePayRecord/panel/PayRecordInput.vue @@ -478,7 +478,8 @@ export default { this.loading = true; getInfoBySettleBillNo(this.settleBillNo).then(response => { this.settleBillItem = response.data; - this.form.payManCode = this.settleBillItem.custCode; + this.form.payManCode = this.settleBillItem.custNo; + this.form.payMan=this.settleBillItem.custName; console.log("===>settleBillItem3333===>",this.settleBillItem) this.loading = false; }); @@ -598,6 +599,11 @@ export default { this.form.payMan=item; }, onMonthpayAccountSelect(item){ + console.log("onMonthpayAccountSelect==>",item); + if(item==null){ + this.form.payMan=null; + return; + } this.form.payMan=item.custName; }, // 取消按钮