Przeglądaj źródła

分办时,不检查备注是否填写

yuedefeng 5 lat temu
rodzic
commit
7c450bae41

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/_opera/basisedit.vue

@@ -703,7 +703,7 @@
             this.shenheForm.AuditorRemark = ''
           }
         } else {
-          if (this.shenheForm.SuccessStatus === 1){
+          if (this.shenheForm.SuccessStatus === 1) {
             this.textplaceholder = '审核意见须具体、明确(含企业资质、资信、能力等内容,不少于20字)'
           } else {
             this.textplaceholder = '退回意见不能少于5个字'
@@ -1391,7 +1391,7 @@
               return
             }
           }
-          if (this.auditform.AuditRemark.trim().length < 1) {
+          /* if (this.auditform.AuditRemark.trim().length < 1) {
             this.$message({
               type: 'warning',
               message: '请填写审批意见!'
@@ -1404,7 +1404,7 @@
               message: '审批意见不能低于20个字符!'
             })
             return false
-          }
+          } */
         } else {
           this.auditform.AuditRemark = this.backRemark
           if (this.auditform.AuditRemark.trim().length < 1) {

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

@@ -1130,7 +1130,7 @@
               return
             }
           }
-          if (this.auditform.AuditRemark.trim().length < 1) {
+          /* if (this.auditform.AuditRemark.trim().length < 1) {
             this.$message({
               type: 'warning',
               message: '请填写审批意见!'
@@ -1143,7 +1143,7 @@
               message: '审批意见不能低于20个字符!'
             })
             return false
-          }
+          } */
         } else {
           this.auditform.AuditRemark = this.backRemark
           if (this.auditform.AuditRemark.trim().length < 1) {

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

@@ -1088,7 +1088,7 @@
               return
             }
           }
-          if (this.auditform.AuditRemark.trim().length < 1) {
+          /* if (this.auditform.AuditRemark.trim().length < 1) {
             this.$message({
               type: 'warning',
               message: '请填写审批意见!'
@@ -1101,7 +1101,7 @@
               message: '审批意见不能低于20个字符!'
             })
             return false
-          }
+          } */
         } else {
           this.auditform.AuditRemark = this.backRemark
           if (this.auditform.AuditRemark.trim().length < 1) {