Browse Source

年审审批备注字段fix

baichengfei 5 years ago
parent
commit
cbd44529d0

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/bassicoperation.vue

@@ -2356,7 +2356,7 @@ import apiCert from '@/api/oilsupplier/suppliercert'
         // this.auditform.TypeCode = '01'
         let params = {
           UnitId: this.UnitOrg,
-          AuditRemark: this.auditform.AuditRemark
+          AuditRemark: this.entityForm.Remark
         }
         let _this = this
         annualapi.companyAuditEntity(this.formData.Id, params, this.$axios).then(res => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/goodsoperation.vue

@@ -2988,7 +2988,7 @@
         // this.auditform.TypeCode = '01'
         let params = {
           UnitId: this.UnitOrg,
-          AuditRemark: this.auditform.AuditRemark
+          AuditRemark: this.entityForm.Remark
         }
         let _this = this
         annualapi.companyAuditEntity(this.annualId, params, this.$axios).then(res => {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/operation.vue

@@ -2292,7 +2292,7 @@ import Viewer from 'v-viewer'
         // this.auditform.TypeCode = '01'
         let params = {
           UnitId: this.UnitOrg,
-          AuditRemark: this.auditform.AuditRemark
+          AuditRemark: this.entityForm.Remark
         }
         let _this = this
         annualapi.companyAuditEntity(this.formData.Id, params, this.$axios).then(res => {