|
|
@@ -702,7 +702,7 @@
|
|
|
pdfurl = 'http://' + myDomain + '/' + docurl
|
|
|
let requestParams = {
|
|
|
pdfUrl: pdfurl,
|
|
|
- watermark: val.SupplierName
|
|
|
+ watermark: this.formData.SupplierName
|
|
|
}
|
|
|
this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
|
|
|
.then(function (res) {
|
|
|
@@ -713,7 +713,7 @@
|
|
|
pdfurl = 'http://' + docurl
|
|
|
let requestParams = {
|
|
|
pdfUrl: pdfurl,
|
|
|
- watermark: val.SupplierName
|
|
|
+ watermark: this.formData.SupplierName
|
|
|
}
|
|
|
this.$axios.post('supplierdataentry/word-to-pdf-watermark', requestParams)
|
|
|
.then(function (res) {
|