|
@@ -743,6 +743,9 @@ export default {
|
|
|
postpaymentedit(this.paymentList).toPromise().then((response) => {
|
|
|
getpaymentexamine({id:this.$route.query.id}).toPromise().then((response) => {
|
|
|
this.printData= response
|
|
|
+ if (response == '黑龙江秋收有限公司') {
|
|
|
+ this.printData.compName = '黑龙江中天昊元贸易有限公司'
|
|
|
+ }
|
|
|
console.log(this.printData,'结算打印')
|
|
|
})
|
|
|
this.isShowPrint = true
|