Kaynağa Gözat

准入页面资质打印bug

shiyi 6 yıl önce
ebeveyn
işleme
e1a37dd7ae

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -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) {

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/goodsedit.vue

@@ -890,7 +890,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) {
@@ -901,7 +901,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) {

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -729,7 +729,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) {
@@ -740,7 +740,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) {