|
@@ -736,19 +736,18 @@ export default {
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
-
|
|
|
|
this.paymentList.id=this.$route.query.id
|
|
this.paymentList.id=this.$route.query.id
|
|
this.paymentList.amountIngPayable = this.paymentList.actualPayment
|
|
this.paymentList.amountIngPayable = this.paymentList.actualPayment
|
|
this.paymentList.settlementClerk = localStorage.getItem('ws-pf_staffName')
|
|
this.paymentList.settlementClerk = localStorage.getItem('ws-pf_staffName')
|
|
postpaymentedit(this.paymentList).toPromise().then((response) => {
|
|
postpaymentedit(this.paymentList).toPromise().then((response) => {
|
|
getpaymentexamine({id:this.$route.query.id}).toPromise().then((response) => {
|
|
getpaymentexamine({id:this.$route.query.id}).toPromise().then((response) => {
|
|
this.printData= response
|
|
this.printData= response
|
|
- if (response == '黑龙江秋收有限公司') {
|
|
|
|
|
|
+ if (response.compName == '黑龙江秋收有限公司') {
|
|
this.printData.compName = '黑龙江中天昊元贸易有限公司'
|
|
this.printData.compName = '黑龙江中天昊元贸易有限公司'
|
|
}
|
|
}
|
|
console.log(this.printData,'结算打印')
|
|
console.log(this.printData,'结算打印')
|
|
|
|
+ this.isShowPrint = true
|
|
})
|
|
})
|
|
- this.isShowPrint = true
|
|
|
|
},
|
|
},
|
|
)
|
|
)
|
|
},
|
|
},
|