3
2
Liuqi преди 6 години
родител
ревизия
14633603af

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/lims/reportairfoamgenerator/subdata/datamain.vue

@@ -255,7 +255,7 @@
 
       getEntrustInfo (EId) {
         entrustApi.getEntrustInfo(EId, this.$axios).then(res => {
-          this.EntrustCorp = res.data.CustomerId
+          this.EntrustCorp = res.data.CustomerName
           this.getEntrustCorpItems(this.EntrustCorp)
         }).catch(err => {
           // handle error

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/lims/reportatmosvalve/subdata/datamain.vue

@@ -318,7 +318,7 @@
 
       getEntrustInfo (EId) {
         entrustApi.getEntrustInfo(EId, this.$axios).then(res => {
-          this.EntrustCorp = res.data.CustomerId
+          this.EntrustCorp = res.data.CustomerName
           this.getEntrustCorpItems(this.EntrustCorp)
         }).catch(err => {
           // handle error

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/lims/reporthydraulicsafe/subdata/datamain.vue

@@ -314,7 +314,7 @@
 
       getEntrustInfo (EId) {
         entrustApi.getEntrustInfo(EId, this.$axios).then(res => {
-          this.EntrustCorp = res.data.CustomerId
+          this.EntrustCorp = res.data.CustomerName
           this.getEntrustCorpItems(this.EntrustCorp)
         }).catch(err => {
           // handle error

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/lims/reportzuhq/subdata/datamain.vue

@@ -311,7 +311,7 @@
 
       getEntrustInfo (EId) {
         entrustApi.getEntrustInfo(EId, this.$axios).then(res => {
-          this.EntrustCorp = res.data.CustomerId
+          this.EntrustCorp = res.data.CustomerName
           this.getEntrustCorpItems(this.EntrustCorp)
         }).catch(err => {
           // handle error