Parcourir la source

物资类分办审批意见字段

baichengfei il y a 5 ans
Parent
commit
048dd25d08

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

@@ -1132,14 +1132,14 @@
               return
             }
           }
-          if (this.shenheForm.AuditorRemark.trim().length < 1) {
+          if (this.auditform.AuditRemark.trim().length < 1) {
             this.$message({
               type: 'warning',
               message: '请填写审批意见!'
             })
             return
           }
-          if (this.shenheForm.AuditorRemark.trim().length < 20) {
+          if (this.auditform.AuditRemark.trim().length < 20) {
             this.$message({
               type: 'warning',
               message: '审批意见不能低于20个字符!'